try to see if this works
Some checks failed
/ test (push) Successful in 12s
/ nix fmt (push) Failing after 1m14s

This commit is contained in:
Ittihadyya 2024-11-26 13:28:16 +02:00
parent ac9b6c97c8
commit 3db7b76026

View file

@ -0,0 +1,11 @@
on:
push:
pull_request_target:
jobs:
format:
name: "nix fmt"
steps:
- uses: actions/checkout@v4
- run: nixfmt ${find . ./ -regex '*.nix$'} -- check
# check:
# name: "nix flake check"