Skip to content

Commit

Permalink
add check for out-of-date nixpkgs
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed May 7, 2024
1 parent 56f2daa commit e3f62d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v27

- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
with:
fail-mode: true

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10

- name: Run pre-commit
run: nix develop --command pre-commit run --all --verbose
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3f62d7

Please sign in to comment.