mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-18 02:31:01 +01:00
ci(tests): Check crystal formatting
This commit is contained in:
parent
274711004d
commit
6d1e843373
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -15,3 +15,5 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: crystal spec tests/main.cr
|
run: crystal spec tests/main.cr
|
||||||
|
- name: Check formatting
|
||||||
|
run: crystal tool format --check
|
||||||
|
Loading…
Reference in New Issue
Block a user