mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-10-11 04:28:43 +00:00
Day 6 and standalone app (#7)
This commit is contained in:
2
.github/workflows/dotnet.yaml
vendored
2
.github/workflows/dotnet.yaml
vendored
@@ -27,6 +27,8 @@ jobs:
|
||||
run: dotnet build --no-restore
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal
|
||||
- name: Run app
|
||||
run: dotnet run --project AdventOfCode2022.App/AdventOfCode2022.App.fsproj --no-build
|
||||
|
||||
check-format:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user