feat: add CI pipeline #3

Merged
t.behrendt merged 12 commits from test-CI-pipeline into main 2024-04-01 15:38:08 +02:00
Showing only changes of commit e9d8e07b37 - Show all commits

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