From 07ee1b509cd8236b56e5bee5dfe22dc99d072589 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Thu, 29 Jul 2021 12:12:51 +0800 Subject: [PATCH] github: cleanup duplicate lint job --- .github/workflows/check_and_build.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/check_and_build.yml b/.github/workflows/check_and_build.yml index 834cbd6ec80..e888c393fce 100644 --- a/.github/workflows/check_and_build.yml +++ b/.github/workflows/check_and_build.yml @@ -51,22 +51,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