diff --git a/.github/workflows/check_and_build.yml b/.github/workflows/check_and_build.yml index 72685c9c411..fc5ccffef5b 100644 --- a/.github/workflows/check_and_build.yml +++ b/.github/workflows/check_and_build.yml @@ -56,22 +56,3 @@ jobs: - name: Build run: make build - - lint: - name: Lint - runs-on: ubuntu-latest - steps: - - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: GolangCI Lint - uses: golangci/golangci-lint-action@v2 - with: - version: v1.30 - args: --timeout 10m0s - - - name: Revive Lint - uses: morphy2k/revive-action@v1 - with: - config: tools/check/revive.toml