try to see if this works
This commit is contained in:
parent
ac9b6c97c8
commit
3db7b76026
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/check.yaml
Normal file
11
.forgejo/workflows/check.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request_target:
|
||||||
|
jobs:
|
||||||
|
format:
|
||||||
|
name: "nix fmt"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: nixfmt ${find . ./ -regex '*.nix$'} -- check
|
||||||
|
# check:
|
||||||
|
# name: "nix flake check"
|
Loading…
Reference in a new issue