This commit is contained in:
parent
3900e86212
commit
dafa2ec0c9
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ jobs:
|
|||
format:
|
||||
name: "nix fmt"
|
||||
steps:
|
||||
- uses: code.forgejo.org/actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
- run: nixfmt ${find ./ -regex '.*.nix$'} -- --check
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: code.forgejo.org/actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
- name: update flake
|
||||
run: |
|
||||
nix flake update --experimental-features 'nix-command flakes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue