name: ping on: push: branches: [ main ] jobs: test: runs-on: [llm-node-runner] steps: - name: Checkout uses: https://gitea.com/actions/checkout@v4 - name: Print working dir run: pwd && ls -la