Skip to content

Commit

Permalink
Remove linting from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jul 26, 2023
1 parent 1a5d793 commit 371a673
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,34 +177,3 @@ jobs:
- name: Check spelling
continue-on-error: true
uses: crate-ci/typos@master

Lint:
name: Lint
runs-on: ${{ matrix.os }}

needs: SendCoverage

env:
SRC_DIR: src/github.com/${{ github.repository }}

strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]

steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: ${{env.SRC_DIR}}

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19.x'
cache-dependency-path: ${{env.SRC_DIR}}/go.sum

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
working-directory: ${{env.SRC_DIR}}
args: --issues-exit-code=0 --timeout=3m --build-tags=unit

0 comments on commit 371a673

Please sign in to comment.