Skip to content

Commit

Permalink
Setup GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 1, 2023
1 parent e792b3b commit 61b8473
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI

on: push

concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- uses: cachix/cachix-action@v12
with:
name: stackbuilders
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix flake check --impure
env:
NIXPKGS_ALLOW_UNFREE: 1

0 comments on commit 61b8473

Please sign in to comment.