fix syntax
All checks were successful
/ check (push) Successful in 2m5s
All checks were successful
/ check (push) Successful in 2m5s
This commit is contained in:
parent
fa58496a97
commit
864decbb8a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue