Skip to content

Commit

Permalink
github: cleanup duplicate lint job (#2402) (#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Aug 1, 2021
1 parent ca12652 commit f54250a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/check_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f54250a

Please sign in to comment.