mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
11 lines
210 B
YAML
11 lines
210 B
YAML
files: ./src/**/*.cr
|
|
run: time crystal spec --error-trace
|
|
---
|
|
files: ./src/**/*.cr
|
|
run: bin/ameba %file%
|
|
---
|
|
files: ./spec/**/*.cr
|
|
run: time crystal spec --error-trace %file%
|
|
---
|
|
files: ./shard.yml
|
|
run: shards
|