Add test workflow
This commit is contained in:
parent
386c328d8a
commit
208d2f73da
|
@ -0,0 +1,8 @@
|
||||||
|
name: Test Runner
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Say Hello
|
||||||
|
run: echo "Runner is working!"
|
Loading…
Reference in New Issue