runner-check/.forgejo/workflows/ci.yml
t 7b6099ceca
All checks were successful
ci / hello (push) Successful in 33s
runner check
2026-08-26 01:16:14 +00:00

8 lines
169 B
YAML

name: ci
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo runner-ok && ls -la && git log --oneline -1