feat: add lint step
Some checks failed
CI / test (pull_request) Failing after 19m35s

This commit is contained in:
2024-04-01 13:44:56 +02:00
parent cc11e111e2
commit e9d8e07b37

View File

@@ -40,3 +40,8 @@ jobs:
run: make build run: make build
- name: test - name: test
run: make test run: make test
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2
args: --timeout 5m