diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml new file mode 100644 index 0000000..ad174a4 --- /dev/null +++ b/.forgejo/workflows/check.yaml @@ -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" \ No newline at end of file