This commit is contained in:
Ittihadyya 2024-11-26 13:56:15 +02:00
parent ec9143f3ad
commit d26be7c430

View file

@ -6,4 +6,6 @@ jobs:
name: "nix fmt"
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9 # this is probably not gonna work, expecting to receive a bad repo error or whatever
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check