Format yaml for workflow
This commit is contained in:
@@ -14,7 +14,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NIX_PATH: nixpkgs=channel:nixpkgs-unstable
|
NIX_PATH: nixpkgs=channel:nixpkgs-unstable
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
@@ -63,7 +62,7 @@ jobs:
|
|||||||
uses: cachix/cachix-action@v10
|
uses: cachix/cachix-action@v10
|
||||||
with:
|
with:
|
||||||
name: stephank
|
name: stephank
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
|
||||||
|
|
||||||
- name: Test with Nix
|
- name: Test with Nix
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|||||||
Reference in New Issue
Block a user