1
0
forked from extern/nix-config

ci(tests): Check crystal formatting

This commit is contained in:
Donovan Glover 2023-07-16 18:18:07 -04:00
parent 274711004d
commit 6d1e843373
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,3 +15,5 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: crystal spec tests/main.cr
- name: Check formatting
run: crystal tool format --check