Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov authored Jan 15, 2024
1 parent de66cdd commit aa8346f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=5m
golangci-examples:
name: golangci-lint-examples
concurrency:
Expand All @@ -35,6 +36,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=5m
working-directory: examples
golangci-slo:
name: golangci-lint-slo
Expand All @@ -52,6 +54,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=5m
working-directory: tests/slo
autoformatter:
name: autoformat check
Expand Down

0 comments on commit aa8346f

Please sign in to comment.