Try this
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

This commit is contained in:
Smaug123
2023-12-03 17:42:08 +00:00
parent 89958b0fa0
commit 331092ff44
2 changed files with 42 additions and 22 deletions

View File

@@ -8,6 +8,7 @@ steps:
# Test
- nix develop --command dotnet test
- nix develop --command dotnet test --configuration Release
- nix develop --command alejandra --check .
when:
- event: "push"