actions-test/.forgejo/workflows/hello-world.yml
Feror d598bcf6b9
All checks were successful
/ test (push) Successful in 30s
init
2025-01-23 16:24:56 +01:00

6 lines
103 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo Hello world!