adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya e5509eaceb
Some checks failed
/ nix fmt (push) Successful in 45s
Update .lock file / flake-update (push) Failing after 1m51s
format actions in a more pleasant way
2024-11-26 15:33:42 +02:00

14 lines
No EOL
445 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