mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-18 08:38:51 +02:00
set in correct place
This commit is contained in:
parent
ca7bade893
commit
507fcc939b
2 changed files with 2 additions and 2 deletions
.github/workflows
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -16,8 +16,6 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
determinate: true
|
||||
extra-conf: |
|
||||
sandbox = false
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- run: nix run nixpkgs#action-validator -- -v ./.github/workflows/workflow.yml
|
||||
- run: nix run nixpkgs#nodePackages.prettier -- --check .
|
||||
|
|
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -111,6 +111,8 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
determinate: true
|
||||
extra-conf: |
|
||||
sandbox = false
|
||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||
- uses: webfactory/ssh-agent@v0.9.0
|
||||
if: ${{ inputs.enable-ssh-agent }}
|
||||
|
|
Loading…
Add table
Reference in a new issue