Skip to content

Commit

Permalink
feat: Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jun 3, 2023
1 parent 2b93661 commit 094ec4a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check

0 comments on commit 094ec4a

Please sign in to comment.