adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya f82d3cc092
Some checks failed
/ nix fmt (push) Failing after 16s
Update .lock file / flake-update (push) Has been cancelled
try with different install script. which seems like it would owrk
2024-11-26 15:16:40 +02:00

14 lines
No EOL
422 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
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check