Skip to content

Commit 9a11841

Browse files
add dbg msg
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent dc9ec9c commit 9a11841

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dev_module_build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
189189
- name: Lint all directories with golangci-lint
190190
id: linters
191-
# continue-on-error: true
191+
continue-on-error: true
192192
shell: bash
193193
run: |
194194
set -eo pipefail
@@ -210,6 +210,8 @@ jobs:
210210
# find_errors=$(( find_errors + 1 ))
211211
echo "::group::📂 Linting directory ❌: $dir"
212212
echo -e "❌ Errors:\n$output\n"
213+
echo "== debug =="
214+
golangci-lint run --sort-results || true
213215
else
214216
echo "::group::📂 Linting directory ✅: $dir"
215217
echo -e "✅ All check passed\n"

0 commit comments

Comments
 (0)