This commit is contained in:
Ittihadyya 2024-11-26 14:04:13 +02:00
parent d26be7c430
commit c00c81e56b

View file

@ -5,7 +5,8 @@ jobs:
format:
name: "nix fmt"
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: Ittihadyya/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
uses: Ittihadyya/nix-installer-action@main
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check