feature/epic0-foundation #1

Merged
master merged 20 commits from feature/epic0-foundation into main 2025-11-05 13:44:59 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit d8aab7f5c4 - Show all commits

View File

@@ -81,7 +81,7 @@ jobs:
- name: Run golangci-lint - name: Run golangci-lint
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
with: with:
version: latest version: v1.64.8
args: --timeout=5m args: --timeout=5m
build: build:

View File

@@ -1,6 +1,8 @@
# golangci-lint configuration # golangci-lint configuration
# See https://golangci-lint.run/usage/configuration/ # See https://golangci-lint.run/usage/configuration/
version: 2
run: run:
timeout: 5m timeout: 5m
tests: true tests: true