runner check
All checks were successful
ci / hello (push) Successful in 33s

This commit is contained in:
t 2026-08-26 01:16:14 +00:00
commit 7b6099ceca
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,8 @@
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

1
README.md Normal file
View file

@ -0,0 +1 @@
hello runner