Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Use gitignore moban
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Jun 7, 2018
1 parent a8baa6d commit 9c69c5b
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .ci/check_moban.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -ex

: "${MOBAN_BRANCH:=master}"

git clone https://gitlab.com/coala/mobans \
--branch=${MOBAN_BRANCH} ../coala-mobans

moban
git diff --exit-code
Loading

0 comments on commit 9c69c5b

Please sign in to comment.