sandbox/.forgejo/workflows/demo.yaml
Matthieu Bessat 2d369c0df7
All checks were successful
/ test (push) Successful in 9s
ci: workflow lab
2023-10-24 01:22:05 +02:00

9 lines
138 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
- run: ls -la