Add Fantomas to flake (#5)
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline failed

Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
Reviewed-on: #5
This commit is contained in:
2023-09-09 00:01:46 +00:00
parent 4070001e55
commit 5ba6d02c72
2 changed files with 29 additions and 0 deletions

View File

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