Skip to content

Commit

Permalink
Add flake checker action to GHA lints (#515)
Browse files Browse the repository at this point in the history
* Add flake checker action to CI

* Bump action version to v4

* Remove outdated NIxpkgs check

Co-authored-by: Ana Hobden <[email protected]>

---------

Co-authored-by: Ana Hobden <[email protected]>
  • Loading branch information
lucperkins and Hoverbear authored Jun 23, 2023
1 parent a962b33 commit 122a4bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nixpkgs input
uses: DeterminateSystems/flake-checker-action@v4
with:
fail-mode: true
check-outdated: false # PRs shouldn't fail because main's nixpkgs is out of date
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
Expand Down

0 comments on commit 122a4bf

Please sign in to comment.