Skip to content

Commit

Permalink
backend: remove golangci-lint task from verify GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 4, 2024
1 parent 6655361 commit 131b20b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/backend-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'backend/go.mod'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=5m
working-directory: backend

- name: Install Task
uses: arduino/setup-task@v1
Expand Down

0 comments on commit 131b20b

Please sign in to comment.