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:
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