Format yaml for workflow

This commit is contained in:
Stéphan Kochen
2022-09-13 08:06:00 +02:00
parent 8f439a7e03
commit 7475aff6e0
+1 -2
View File
@@ -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