Check out the code as part of the runner
All checks were successful
/ test (push) Successful in 10s

This commit is contained in:
Eli Ribble 2026-05-14 15:39:05 +00:00
parent 160e04f307
commit 866b69a911
No known key found for this signature in database

View file

@ -3,4 +3,5 @@ jobs:
test: test:
runs-on: native runs-on: native
steps: steps:
- run: echo All good! - run: ls -la
- uses: actions/checkout@v4