From 8c244330b7a7ffe6c20a5cc1ad1049c27cbadea1 Mon Sep 17 00:00:00 2001 From: Smaug123 Date: Sun, 3 Dec 2023 19:16:18 +0000 Subject: [PATCH] Format tests --- .woodpecker/.build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 363e290..a11ef66 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -11,6 +11,8 @@ steps: - nix develop --command dotnet publish AdventOfCode2023.FSharp/AdventOfCode2023.FSharp/AdventOfCode2023.FSharp.fsproj --configuration Release - nix develop --command sh -c "$(find . -type f -name AdventOfCode2023.FSharp | grep Release | grep publish) AdventOfCode2023.FSharp/Test/samples" - nix develop --command alejandra --check . + - nix develop --command dotnet tool restore + - nix develop --command dotnet fantomas --check . when: - event: "push"