adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya 92c2aa83f6
Some checks failed
/ nix fmt (push) Failing after 1m40s
animation of building collapsing
2024-11-26 13:33:38 +02:00

9 lines
No EOL
170 B
YAML

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