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