name: check on: push: branches: - "**" jobs: check: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 2024-10-23 # The image build is the gate: it runs gofmt, config verify, # lint and test, and script/cibuild refuses a build in which # any of them was cached or skipped. - name: cibuild run: script/cibuild