We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f7662 commit cc525a8Copy full SHA for cc525a8
.github/workflows/lint.yml
@@ -13,9 +13,6 @@ permissions:
13
14
jobs:
15
golangci:
16
- strategy:
17
- matrix:
18
- module: ["cosmos", "core"]
19
name: golangci-lint
20
runs-on: ubuntu-latest
21
steps:
@@ -28,8 +25,6 @@ jobs:
28
25
- name: golangci-lint
29
26
uses: golangci/golangci-lint-action@v6
30
27
with:
31
- # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
32
version: latest
33
only-new-issues: true
34
args: --timeout=5m
35
- working-directory: ${{ matrix.module }}
0 commit comments