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