Skip to content

Commit

Permalink
Set up GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed Mar 19, 2024
1 parent c62115c commit 1e7092d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "CI"
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix flake check`
run: nix flake check --all-systems -L

0 comments on commit 1e7092d

Please sign in to comment.