adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya d5a9b7bbcf
Some checks failed
/ nix fmt (push) Failing after 12s
Update .lock file / flake-update (push) Failing after 15s
add flake update workflow and change to use local mirror of actions
2024-11-26 14:18:21 +02:00

12 lines
No EOL
279 B
YAML

on:
push:
pull_request_target:
jobs:
format:
name: "nix fmt"
steps:
- name: Checkout repository
uses: Ittihadyya/checkout@v4
- name: Install Nix
uses: Ittihadyya/nix-installer-action@v16
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check