summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-01 11:01:52 +0300
committerValery Piashchynski <[email protected]>2021-02-01 11:01:52 +0300
commit6535c1cab2df8150c8d32ed440a11eb275009d99 (patch)
tree36b09b0066f0f794138f42a8c525cf796cd82a64
parent709ec9faf47f63d71c3509c4814ffc0f08872ee7 (diff)
Add workdir to the golangci linter
-rw-r--r--.github/workflows/build.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 91e9931b..562bdce5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -53,5 +53,6 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
+ working-directory: cmd
version: v1.35 # without patch version
only-new-issues: false # show only new issues if it's a pull request