Skip to content

Commit 088e21c

Browse files
committed
ci: with without with wouldn't work
1 parent c4fd50a commit 088e21c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
5252
- name: Run golangci-lint
5353
uses: golangci/golangci-lint-action@v8
54-
args: "--config=./.github/workflows/lint-golangci-lint.yaml"
54+
with:
55+
args: "--config=./.github/workflows/lint-golangci-lint.yaml"

0 commit comments

Comments
 (0)