this is probably stupid lmao
This commit is contained in:
parent
99e75db289
commit
212d4c74b8
1 changed files with 3 additions and 2 deletions
|
@ -3,11 +3,12 @@ on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: "nix fmt"
|
name: "nix fmt"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Get sudo?
|
||||||
|
run: apt install sudo
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4 # something is strange. for some reason
|
uses: https://git.collective-conciousness.monster/Ittihadyya/checkout@v4
|
||||||
- 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…
Add table
Add a link
Reference in a new issue