web/.gitea/workflows/main.yml
František Lister Musil 978de126d4
All checks were successful
test / test (push) Successful in 4s
Test
2024-07-31 10:58:55 +02:00

9 lines
91 B
YAML

name: test
on: push
jobs:
test:
runs-on: debian
steps:
- run: echo "Hello!"