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