We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2c21c commit 4409026Copy full SHA for 4409026
.circleci/config.yml
@@ -14,6 +14,7 @@ dry:
14
- run: make
15
- run: shards install
16
- run: make test
17
+ - run: crystal tool format --check
18
19
jobs:
20
test:
.travis.yml
@@ -12,3 +12,4 @@ before_script: |
12
13
script:
- make test
+ - crystal tool format --check
0 commit comments