Add badge #1

Merged
patrick merged 7 commits from trial into main 2023-08-04 21:08:13 +00:00
Showing only changes of commit 8984bea60a - Show all commits

View File

@@ -4,7 +4,7 @@ steps:
commands: commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
# Lint # Lint
- "nix develop --command bash -- -c 'dotnet tool restore && ./hooks/pre-push'" - "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'"
# Test # Test
- nix develop --command dotnet -- test - nix develop --command dotnet -- test
- nix develop --command dotnet -- test --configuration Release - nix develop --command dotnet -- test --configuration Release