Skip to content

Commit

Permalink
linters.yaml: change multi-line notice warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Nov 22, 2024
1 parent 7d68140 commit 4a37b4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
tidy-checks: '' # use .clang-tidy config file
version: 18
- name: Fail fast
# if: steps.linter.outputs.checks-failed > 0
if: steps.linter.outputs.checks-failed > 0
run: |
echo "::notice::Try: \
Building with 'conan build . -pr:a=conan/profiles/tests-release-gcc-linux-x64 -b missing'. \
And then executing 'python3 ./scripts/run_cpp_linters.py . build/Release' to fix linter issues."
echo "::notice::Try running the following commands to fix and/or understand linter issues:"
echo "::notice:: conan build . -pr:a=conan/profiles/tests-release-gcc-linux-x64 -b missing"
echo "::notice:: python3 ./scripts/run_cpp_linters.py ."
exit 1

0 comments on commit 4a37b4c

Please sign in to comment.