mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-15 13:57:53 +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
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
determinate: true
|
determinate: true
|
||||||
extra-conf: |
|
|
||||||
sandbox = false
|
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
- run: nix run nixpkgs#action-validator -- -v ./.github/workflows/workflow.yml
|
- run: nix run nixpkgs#action-validator -- -v ./.github/workflows/workflow.yml
|
||||||
- run: nix run nixpkgs#nodePackages.prettier -- --check .
|
- 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
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
determinate: true
|
determinate: true
|
||||||
|
extra-conf: |
|
||||||
|
sandbox = false
|
||||||
- uses: DeterminateSystems/flakehub-cache-action@main
|
- uses: DeterminateSystems/flakehub-cache-action@main
|
||||||
- uses: webfactory/ssh-agent@v0.9.0
|
- uses: webfactory/ssh-agent@v0.9.0
|
||||||
if: ${{ inputs.enable-ssh-agent }}
|
if: ${{ inputs.enable-ssh-agent }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue