From 9cac2954d9356b605bdbf20b4e964b183d860d3a Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sat, 26 Aug 2023 13:28:37 +0100 Subject: [PATCH] Whitespace --- .woodpecker/.build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index ecc42b9..7cc894c 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -1,16 +1,16 @@ steps: - build: - image: nixos/nix - commands: - - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - # Lint - - "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'" - # Test - - nix develop --command dotnet -- test - - nix develop --command dotnet -- test --configuration Release - # Perform build - - "pushd RaftFable && nix develop --command npm -- install && popd" - - "pushd RaftFable && nix develop --command npm -- run-script build && popd" + build: + image: nixos/nix + commands: + - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf + # Lint + - "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'" + # Test + - nix develop --command dotnet -- test + - nix develop --command dotnet -- test --configuration Release + # Perform build + - "pushd RaftFable && nix develop --command npm -- install && popd" + - "pushd RaftFable && nix develop --command npm -- run-script build && popd" when: - event: "push"