Skip to content

Commit 6201325

Browse files
committed
simpler ci
1 parent 7b336b7 commit 6201325

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
name: Run all checks
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v4
21-
2219
- name: Install Nix
2320
uses: cachix/install-nix-action@v31
2421

2522
- name: Evaluate Nix checks
26-
run: nix flake check
23+
run: nix flake check "github:${GITHUB_REPOSITORY}/${GITHUB_SHA}"

0 commit comments

Comments
 (0)