This commit is contained in:
parent
0690dd7afa
commit
99e75db289
1 changed files with 2 additions and 1 deletions
|
@ -3,10 +3,11 @@ on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
name: "nix fmt"
|
name: "nix fmt"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4 # something is strange. for some reason
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30
|
uses: https://git.collective-conciousness.monster/Ittihadyya/install-nix-action@v30
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue