Skip to content

Commit bab45a0

Browse files
committed
ci: disable nix temporarily
Signed-off-by: Richard Zak <[email protected]>
1 parent 1e5e012 commit bab45a0

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/lint.yml

+28-28
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@ jobs:
1212
- name: cargo clippy
1313
run: cargo clippy --workspace --all-features --tests -- -D warnings
1414

15-
nix-fmt:
16-
name: nix fmt
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v4
20-
- uses: cachix/install-nix-action@v31
21-
with:
22-
extra_nix_config: |
23-
access-tokens = github.com=${{ github.token }}
24-
- uses: cachix/cachix-action@v16
25-
with:
26-
name: enarx
27-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
28-
- run: nix fmt
15+
# nix-fmt:
16+
# name: nix fmt
17+
# runs-on: ubuntu-latest
18+
# steps:
19+
# - uses: actions/checkout@v4
20+
# - uses: cachix/install-nix-action@v31
21+
# with:
22+
# extra_nix_config: |
23+
# access-tokens = github.com=${{ github.token }}
24+
# - uses: cachix/cachix-action@v16
25+
# with:
26+
# name: enarx
27+
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
28+
# - run: nix fmt
2929

30-
nix-flake-check:
31-
name: nix flake check
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v4
35-
- uses: cachix/install-nix-action@v31
36-
with:
37-
extra_nix_config: |
38-
access-tokens = github.com=${{ github.token }}
39-
- uses: cachix/cachix-action@v16
40-
with:
41-
name: enarx
42-
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
43-
- run: nix flake check -L --show-trace --keep-going
30+
# nix-flake-check:
31+
# name: nix flake check
32+
# runs-on: ubuntu-latest
33+
# steps:
34+
# - uses: actions/checkout@v4
35+
# - uses: cachix/install-nix-action@v31
36+
# with:
37+
# extra_nix_config: |
38+
# access-tokens = github.com=${{ github.token }}
39+
# - uses: cachix/cachix-action@v16
40+
# with:
41+
# name: enarx
42+
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
43+
# - run: nix flake check -L --show-trace --keep-going

0 commit comments

Comments
 (0)