Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

- name: Set up magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9

- name: Shell name
id: shell
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

- name: Set up magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9

- name: Prepare Nix shell
run: nix develop --impure .#ci
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

- name: Set up magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9

- name: Lint
run: nix develop --impure .#ci -c golangci-lint run --out-format github-actions
Expand All @@ -109,7 +109,7 @@ jobs:
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}

- name: Set up magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8
uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9

- name: Check
run: nix flake check --impure
Expand Down