adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya 3900e86212
Some checks failed
/ nix fmt (push) Failing after 12s
please don't fail again uwu
2024-11-26 13:39:56 +02:00

9 lines
No EOL
188 B
YAML

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