Skip to content

Commit 3abc712

Browse files
committed
try fixing lint ci
1 parent 584dcfd commit 3abc712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
go-version: '1.22.x'
1515
- name: Run linters
16-
working-directory: ${{ matrix.dir }}
1716
uses: golangci/golangci-lint-action@v3
1817
with:
1918
version: v1.55.2
19+
working-directory: ${{ matrix.dir }}
2020

2121
integration:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)