mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
github actions: work around golangci errors (#441)
Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -18,3 +18,6 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
|
# Disable cache to prevent `File exists` errors.
|
||||||
|
# https://github.com/golangci/golangci-lint-action/issues/135
|
||||||
|
skip-pkg-cache: false
|
||||||
|
|||||||
Reference in New Issue
Block a user