mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci/check: prevent CI from using remote builders
This commit is contained in:
parent
ac21d4d85e
commit
a865891550
1 changed files with 3 additions and 2 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
@ -18,5 +18,6 @@ jobs:
|
|||
with:
|
||||
name: nixvim
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix flake check
|
||||
- run: nix flake check ./templates/_wrapper/simple
|
||||
- run: nix flake check --all-systems --builders ""
|
||||
- run: nix flake check --all-systems --builders "" ./templates/_wrapper/simple --no-write-lock-file
|
||||
- run: nix build .#docs --show-trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue