Files
test/.gitea/workflows/test.yml
T
admin 8a2f0816b0
Test / hello (push) Successful in 2s
Add .gitea/workflows/test.yml
2026-07-05 13:53:41 +00:00

8 lines
161 B
YAML

name: Test
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Runner functional pe $(hostname)"