adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya aca5a49988
Some checks failed
/ nix fmt (push) Failing after 15s
minor spelling mistake. i lose
2024-11-26 13:32:10 +02:00

9 lines
No EOL
169 B
YAML

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