Skip to content

Commit cc525a8

Browse files
committed
remove matrix
1 parent f1f7662 commit cc525a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ permissions:
1313

1414
jobs:
1515
golangci:
16-
strategy:
17-
matrix:
18-
module: ["cosmos", "core"]
1916
name: golangci-lint
2017
runs-on: ubuntu-latest
2118
steps:
@@ -28,8 +25,6 @@ jobs:
2825
- name: golangci-lint
2926
uses: golangci/golangci-lint-action@v6
3027
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
3228
version: latest
3329
only-new-issues: true
3430
args: --timeout=5m
35-
working-directory: ${{ matrix.module }}

0 commit comments

Comments
 (0)