test-actions/.forgejo/workflows/demo.yml
TheThomaas fcbf4534c9
All checks were successful
Actions Demo / test (push) Successful in 0s
Add demo.yml
2024-06-26 20:42:05 +00:00

8 lines
143 B
YAML

name: Actions Demo
run-name: Testing out Actions 🚀
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo All Good