feat(action): Add demo action
All checks were successful
/ test (push) Successful in 1s

This commit is contained in:
Scott 2026-09-08 09:47:17 +10:00
commit 130fb229da

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!