Nulah.PowerShell/.forgejo/workflows/demo.yaml
Scott 8dd6f94bde
All checks were successful
/ test (push) Successful in 1s
/ asdf (push) Successful in 40s
feat(action): Test dotnet runner
2026-09-08 10:12:07 +10:00

10 lines
157 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
asdf:
runs-on: dotnet
steps:
- run: echo Dotnet I guess?