tools/.forgejo/workflows/demo.yml
GnomeZworc ce48e508e6
All checks were successful
/ test (push) Successful in 6m0s
add second actions #1
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
2025-08-09 12:12:20 +02:00

8 lines
138 B
YAML

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