Skip to content

Commit

Permalink
chore(ci): Check Nix flake in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Sep 6, 2023
1 parent d932d16 commit 8a9d169
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-flake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Check Nix flake
on:
pull_request:
push:
branches:
- master
workflow_dispatch: # allow manual trigger
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Check Nix flake
uses: DeterminateSystems/flake-checker-action@v2
with:
fail-mode: true
send-statistics: false

0 comments on commit 8a9d169

Please sign in to comment.