forked from lix-project/lix-installer
Add flake checker action to GHA lints (#515)
* Add flake checker action to CI * Bump action version to v4 * Remove outdated NIxpkgs check Co-authored-by: Ana Hobden <operator@hoverbear.org> --------- Co-authored-by: Ana Hobden <operator@hoverbear.org>
This commit is contained in:
parent
a962b3390b
commit
122a4bfdf0
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue