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 af6f785fe9 - Show all commits

View File

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