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