diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8aea95494..501f00233 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -90,6 +90,19 @@ jobs: # Exit with status code 1 if there are differences (i.e. unformatted files) git diff --exit-code + golangci: + name: lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: stable + - name: golangci-lint + uses: golangci/golangci-lint-action@v6 + with: + version: v1.62.2 + validate-bundle-schema: runs-on: ubuntu-latest