adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya 3db7b76026
Some checks failed
/ test (push) Successful in 12s
/ nix fmt (push) Failing after 1m14s
try to see if this works
2024-11-26 13:28:16 +02:00

11 lines
No EOL
208 B
YAML

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