adyya-flake/.forgejo/workflows/check.yaml
Ittihadyya 0690dd7afa
Some checks failed
/ nix fmt (push) Failing after 26s
Update .lock file / flake-update (push) Failing after 1m51s
i swear to god
2024-11-26 15:02:32 +02:00

14 lines
No EOL
379 B
YAML

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