Merge pull request #196 from strukturag/ci-lint-format

CI: Check format in linter.
This commit is contained in:
Joachim Bauch 2022-02-11 10:50:47 +01:00 committed by GitHub
commit 267f383bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -21,4 +21,4 @@ jobs:
- name: lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: v1.29
version: latest

3
.golangci.yml Normal file
View File

@ -0,0 +1,3 @@
linters:
enable:
- gofmt