mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 18:34:51 +00:00
Re-enable linting in CI actions
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -69,13 +69,11 @@ jobs:
|
||||
with:
|
||||
go-version: '1.24'
|
||||
cache: true
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
# TODO: Fix linting errors
|
||||
continue-on-error: true
|
||||
|
||||
- name: Run lints
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: latest
|
||||
version: v2.4.0
|
||||
args: --timeout=5m
|
||||
|
||||
security:
|
||||
|
||||
Reference in New Issue
Block a user