adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya d495628e5b
Some checks failed
/ nix fmt (push) Failing after 15s
idiot !!
2024-11-26 13:31:33 +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