Skip to content

Commit

Permalink
More intelligent guard config
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed May 22, 2021
1 parent 4dbf93c commit a4f8a55
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .guardian.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
files: ./src/**/*.cr
run: crystal spec
---
files: ./src/**/*.cr
run: bin/ameba %file%
---
files: ./spec/**/*.cr
run: crystal spec
run: crystal spec %file%
---
files: ./shard.yml
run: shards update
run: shards

0 comments on commit a4f8a55

Please sign in to comment.