adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya d0bbf16d5c
Some checks failed
Update .lock file / flake-update (push) Failing after 1m43s
/ nix fmt (push) Has been cancelled
oops, forgot to save
2024-11-26 14:36:52 +02:00

12 lines
No EOL
367 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-installer-action@v16
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check