ci(tests): Add nix action

This commit is contained in:
Donovan Glover 2023-07-18 10:26:52 -04:00
parent 6ff549d893
commit e1371b0edc
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,3 +17,9 @@ jobs:
run: crystal spec tests/main.cr --verbose
- name: Check formatting
run: crystal tool format --check
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix flake check