adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya 77b245cd5a
Some checks failed
/ nix fmt (push) Failing after 54s
Update .lock file / flake-update (push) Failing after 1m48s
huh, that's a weird error
2024-11-26 15:18:35 +02:00

14 lines
No EOL
431 B
YAML

on:
push:
pull_request_target:
jobs:
format:
name: "nix fmt"
steps:
- name: Checkout repository
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
- name: Install Nix
uses: https://git.collective-conciousness.monster/Ittihadyya/nix-actions/install@main
with:
install-url: "https://nixos.org/nix/install"
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check