mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
ci(tests): Add nix action
This commit is contained in:
parent
6ff549d893
commit
e1371b0edc
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user