Files
Test-repo/.gitea/workflows/test.yml
T
Arseny 04100751a2
/ test (push) Successful in 2m35s
my first commit!
2026-07-09 08:41:13 +03:00

8 lines
135 B
YAML

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Hello from runner"