on: [push] jobs: test: runs-on: docker container: image: golang:1.24.6-bookworm steps: - run: echo All good! - run: apt-get update && apt-get install -y make git - run: ls -la - uses: actions/checkout@v4 - run: ls -la