Add test workflow

This commit is contained in:
m.marjorie 2025-04-03 18:06:52 +08:00
parent 386c328d8a
commit 208d2f73da
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
name: Test Runner
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "Runner is working!"