feat(action): yeah nah how about we actually make it run on dotnet and see what breaks
Some checks failed
/ checkout (push) Failing after 4s

This commit is contained in:
Scott 2026-09-08 16:59:50 +10:00
commit db5f6371b5

View file

@ -5,7 +5,7 @@ jobs:
# steps: # steps:
# - run: echo All good! # - run: echo All good!
checkout: checkout:
runs-on: docker runs-on: dotnet
steps: steps:
- id: checkout - id: checkout
uses: actions/checkout@v7 uses: actions/checkout@v7
@ -13,9 +13,6 @@ jobs:
repository: "pascal_nulah/Nulah.PowerShell" repository: "pascal_nulah/Nulah.PowerShell"
ref: "feature/forgejo-runner-and-actions" ref: "feature/forgejo-runner-and-actions"
github-server-url: "https://git.moar.ws/" github-server-url: "https://git.moar.ws/"
dotnet:
runs-on: dotnet
steps:
- name: list directory contents - name: list directory contents
run: ls ./.forgejo/dotnet-build -la run: ls ./.forgejo/dotnet-build -la
- id: why_not_use_the_action_we_just_verified_exists_from_above - id: why_not_use_the_action_we_just_verified_exists_from_above