mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Move style checks to their own job
This commit is contained in:
parent
721425c3c8
commit
e3ad92f785
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ before_script:
|
|||
spec:
|
||||
script:
|
||||
- crystal spec --error-on-warnings
|
||||
|
||||
style:
|
||||
script:
|
||||
- bin/ameba
|
||||
- crystal tool format --check
|
||||
|
||||
|
|
Loading…
Reference in a new issue