on: [push] jobs: test: runs-on: docker container: image: golang:1.21-alpine steps: - run: echo All good! - run: apk update && apk add --no-cache make git - run: ls -la - uses: actions/checkout@v4 - run: ls -la