sandbox/.forgejo/workflows/demo.yaml
Matthieu Bessat ce96ec3d48
All checks were successful
/ test (push) Successful in 17s
ci: add demo actions
2023-10-24 01:19:24 +02:00

7 lines
103 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- run: ls -la