1
0
Fork 0

add github workflow to run tests

This commit is contained in:
ibizaman 2023-11-16 22:56:44 -08:00
parent 9675d69969
commit 1544246c26

13
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix flake check