adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya dafa2ec0c9
Some checks failed
/ nix fmt (push) Failing after 1m38s
hmm that did not help at all
2024-11-26 13:41:15 +02:00

9 lines
No EOL
171 B
YAML

on:
push:
pull_request_target:
jobs:
format:
name: "nix fmt"
steps:
- uses: actions/checkout@v4
- run: nixfmt ${find ./ -regex '.*.nix$'} -- --check