Skip to content

Commit

Permalink
chore: update github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Apr 18, 2024
1 parent 36e5324 commit 3bbb51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
with:
fetch-depth: 0

- uses: nixbuild/nix-quick-install-action@v25
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Run Flake Show
run: nix -Lv flake show --override-input namaka github:nix-community/namaka

- name: Run Eval check
run: nix -Lv eval ./local#checks --override-input namaka github:nix-community/namaka
run: nix -Lv eval ./local#checks --override-input namaka github:nix-community/namaka --refresh

- name: Run Format Check
run: nix develop ./local --command treefmt -- . --fail-on-change --no-cache

0 comments on commit 3bbb51b

Please sign in to comment.