From d1d547105495291a8ff935264a5a251417b52051 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 14 Jul 2024 18:32:57 -0400 Subject: [PATCH] github: fix drybuild indents --- .github/workflows/nix-drybuild.yml | 72 +++++++++++++++--------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/nix-drybuild.yml b/.github/workflows/nix-drybuild.yml index 9ef42e9d..b1eb7969 100644 --- a/.github/workflows/nix-drybuild.yml +++ b/.github/workflows/nix-drybuild.yml @@ -15,39 +15,39 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - name: Drybuild fallarbor run: nix build --dry-run .#nixosConfigurations.fallarbor.config.system.build.toplevel -lavaridge-drybuild: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - with: - fetch-depth: 1 - - uses: DeterminateSystems/nix-installer-action@main - - name: Drybuild lavaridge - run: nix build --dry-run .#nixosConfigurations.lavaridge.config.system.build.toplevel -mauville-drybuild: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - with: - fetch-depth: 1 - - uses: DeterminateSystems/nix-installer-action@main - - name: Drybuild mauville - run: nix build --dry-run .#nixosConfigurations.mauville.config.system.build.toplevel -petalburg-drybuild: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - with: - fetch-depth: 1 - - uses: DeterminateSystems/nix-installer-action@main - - name: Drybuild petalburg - run: nix build --dry-run .#nixosConfigurations.petalburg.config.system.build.toplevel -rustboro-drybuild: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@main - with: - fetch-depth: 1 - - uses: DeterminateSystems/nix-installer-action@main - - name: Drybuild rustboro - run: nix build --dry-run .#nixosConfigurations.rustboro.config.system.build.toplevel + lavaridge-drybuild: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + with: + fetch-depth: 1 + - uses: DeterminateSystems/nix-installer-action@main + - name: Drybuild lavaridge + run: nix build --dry-run .#nixosConfigurations.lavaridge.config.system.build.toplevel + mauville-drybuild: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + with: + fetch-depth: 1 + - uses: DeterminateSystems/nix-installer-action@main + - name: Drybuild mauville + run: nix build --dry-run .#nixosConfigurations.mauville.config.system.build.toplevel + petalburg-drybuild: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + with: + fetch-depth: 1 + - uses: DeterminateSystems/nix-installer-action@main + - name: Drybuild petalburg + run: nix build --dry-run .#nixosConfigurations.petalburg.config.system.build.toplevel + rustboro-drybuild: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + with: + fetch-depth: 1 + - uses: DeterminateSystems/nix-installer-action@main + - name: Drybuild rustboro + run: nix build --dry-run .#nixosConfigurations.rustboro.config.system.build.toplevel