Skip to content

Commit

Permalink
ci: add nix flake check to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-scott-fischer committed Apr 1, 2024
1 parent db0afd5 commit 959b70a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@ concurrency:
cancel-in-progress: true

jobs:
check:
nix-flake-check:
name: Nix Flake Check
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563 # v10

- name: Checkout
uses: actions/checkout@v4

- run: nix flake check

check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 959b70a

Please sign in to comment.