mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Crystal code formatting check on Travis
This commit is contained in:
parent
a1b34eb7be
commit
02f1f7f4f9
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
language: crystal
|
language: crystal
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
|
- crystal tool format --check
|
||||||
- sed -i -e 's:<.*>::g' README.md
|
- sed -i -e 's:<.*>::g' README.md
|
||||||
- crystal docs
|
- crystal docs
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue