Skip to content

Commit

Permalink
Remove golang linter
Browse files Browse the repository at this point in the history
It wastes so much time
  • Loading branch information
kieranajp authored Mar 25, 2024
1 parent 7b8e702 commit 351ea4b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/linter-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,33 +37,3 @@ jobs:
VALIDATE_OPENAPI: true
VALIDATE_YAML: true
GITHUB_TOKEN: ${{ secrets.GB_TOKEN_PRIVATE }}

golang:
name: Lint Golang files
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: "^1.19.0"

- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Configure git for private modules
env:
TOKEN: ${{ secrets.GB_TOKEN_PRIVATE }}
run: git config --global url."https://${TOKEN}:[email protected]/vimeda".insteadOf "https://github.com/vimeda"

- name: Linter
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
args: -c ./.github/linters/.golangci.yaml
env:
GITHUB_TOKEN: ${{ secrets.GB_TOKEN_PRIVATE }}

0 comments on commit 351ea4b

Please sign in to comment.