action-runner-demo/.forgejo/workflows/demo.yaml

10 lines
144 B
YAML
Raw Normal View History

2024-06-25 10:16:31 +02:00
on:
push:
pull_request:
types: [opened, synchronize, reopened]
2024-06-25 09:27:52 +02:00
jobs:
test:
runs-on: docker
steps:
2024-06-25 09:57:31 +02:00
- run: echo All Good?