mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Split Ameba and formatting
This commit is contained in:
parent
17a3f27029
commit
f5713efc62
1 changed files with 5 additions and 1 deletions
|
@ -16,11 +16,15 @@ spec:
|
||||||
- shards
|
- shards
|
||||||
- crystal spec --error-on-warnings
|
- crystal spec --error-on-warnings
|
||||||
|
|
||||||
|
format:
|
||||||
|
script:
|
||||||
|
- shards
|
||||||
|
- crystal tool format --check
|
||||||
|
|
||||||
style:
|
style:
|
||||||
script:
|
script:
|
||||||
- shards
|
- shards
|
||||||
- bin/ameba
|
- bin/ameba
|
||||||
- crystal tool format --check
|
|
||||||
|
|
||||||
nightly:
|
nightly:
|
||||||
image: "crystallang/crystal:nightly"
|
image: "crystallang/crystal:nightly"
|
||||||
|
|
Loading…
Reference in a new issue