adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya 9d2c1aa4df
Some checks failed
/ nix fmt (push) Failing after 1m54s
this one should work
2024-11-26 13:49:57 +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