feat(action): Guess I'll use docker for the uses?
Some checks failed
/ dotnet (push) Failing after 2m12s

This commit is contained in:
Scott 2026-09-08 15:19:20 +10:00
commit 89c52eaade

View file

@ -5,7 +5,7 @@ jobs:
# steps: # steps:
# - run: echo All good! # - run: echo All good!
dotnet: dotnet:
runs-on: dotnet runs-on: docker
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- id: dotnet-build - id: dotnet-build