diff --git a/.github/workflows/verify-all.yml b/.github/workflows/verify-all.yml new file mode 100644 index 0000000..8b5ccfc --- /dev/null +++ b/.github/workflows/verify-all.yml @@ -0,0 +1,20 @@ +--- +name: Verify all +on: + pull_request: {} + push: + branches: + - master +jobs: + verify-all: + runs-on: ubuntu-latest + steps: + - name: Install Go + uses: actions/setup-go@v6.0.0 + with: + go-version: 1.25.1 + - name: Checkout code + uses: actions/checkout@v5.0.0 + with: + persist-credentials: false + - run: ./hack/verify-all.sh -v