format actions in a more pleasant way
This commit is contained in:
parent
6b043aefa9
commit
e5509eaceb
2 changed files with 26 additions and 26 deletions
|
@ -5,10 +5,10 @@ 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@main
|
||||
with:
|
||||
install-url: "https://nixos.org/nix/install"
|
||||
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check
|
||||
- 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@main
|
||||
with:
|
||||
install-url: "https://nixos.org/nix/install"
|
||||
- run: nix fmt $(find ./ -regex '.*.nix$') -- --check
|
Loading…
Add table
Add a link
Reference in a new issue