mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:53:55 -05:00
github: fix drybuild indents
This commit is contained in:
parent
5690d9ed90
commit
d1d5471054
8
.github/workflows/nix-drybuild.yml
vendored
8
.github/workflows/nix-drybuild.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Drybuild fallarbor
|
||||
run: nix build --dry-run .#nixosConfigurations.fallarbor.config.system.build.toplevel
|
||||
lavaridge-drybuild:
|
||||
lavaridge-drybuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
@ -24,7 +24,7 @@ lavaridge-drybuild:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Drybuild lavaridge
|
||||
run: nix build --dry-run .#nixosConfigurations.lavaridge.config.system.build.toplevel
|
||||
mauville-drybuild:
|
||||
mauville-drybuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
@ -33,7 +33,7 @@ mauville-drybuild:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Drybuild mauville
|
||||
run: nix build --dry-run .#nixosConfigurations.mauville.config.system.build.toplevel
|
||||
petalburg-drybuild:
|
||||
petalburg-drybuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
@ -42,7 +42,7 @@ petalburg-drybuild:
|
|||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- name: Drybuild petalburg
|
||||
run: nix build --dry-run .#nixosConfigurations.petalburg.config.system.build.toplevel
|
||||
rustboro-drybuild:
|
||||
rustboro-drybuild:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
|
|
Loading…
Reference in a new issue