adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya ec9143f3ad
Some checks failed
/ nix fmt (push) Has been cancelled
why the ffuck is this not working?
2024-11-26 13:52:46 +02:00

9 lines
No EOL
172 B
YAML

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