fix syntax
All checks were successful
/ check (push) Successful in 2m5s

This commit is contained in:
notohh 2023-10-05 16:23:41 -04:00
parent fa58496a97
commit 864decbb8a
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,7 +4,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@main
with: with:
- github-token: ${{ secrets.GH_TOKEN }} github-token: ${{ secrets.GH_TOKEN }}
- run: nix flake check - run: nix flake check