This commit is contained in:
parent
394d52c078
commit
0c3cc48df6
1 changed files with 1 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
amd64:
|
||||
runs-on: [ ubuntu-24.04, amd64-builder ]
|
||||
runs-on: [ nix-latest, amd64-builder ]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: uname -m
|
||||
|
|
@ -22,9 +22,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Nix using Determinate Systems action
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v14
|
||||
|
||||
- name: Alejandra Check
|
||||
run: nix run nixpkgs#alejandra -- --check .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue