Skip to content

Commit d1cd5b5

Browse files
committed
fix: remove working-directory from golangci-lint action
- The working-directory parameter was causing 'no go files to analyze' error - golangci-lint-action handles the working directory automatically - This should fix the linting failure in CI
1 parent b2c553b commit d1cd5b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
with:
3636
version: ${{ env.GOLANGCI_LINT_VERSION }}
3737
args: --timeout 5m
38-
working-directory: .
3938

4039
- name: Check code formatting
4140
run: |

0 commit comments

Comments
 (0)