Add demo.yml
All checks were successful
Actions Demo / test (push) Successful in 0s

This commit is contained in:
TheThomaas 2024-06-26 20:42:05 +00:00
commit fcbf4534c9

View file

@ -0,0 +1,8 @@
name: Actions Demo
run-name: Testing out Actions 🚀
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo All Good