mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
fix: golangci-lint workflow
This commit is contained in:
5
.github/workflows/continuous_integration.yml
vendored
5
.github/workflows/continuous_integration.yml
vendored
@@ -14,6 +14,11 @@ jobs:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.20
|
||||
cache: false
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v3
|
||||
- name: Run linters
|
||||
|
||||
Reference in New Issue
Block a user