ref: 188abfdfb3885325b8de34c360f4348571ec4cd4
parent: f78c2a3259a87f2ed1377c123bab4fbcacc2fa59
author: Turo Lamminen <turol@iki.fi>
date: Wed Jun 8 13:49:10 EDT 2022
Add an explicit value for tidy-checks parameter
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -21,6 +21,15 @@
with:
style: file
lines-changed-only: true
+ tidy-checks: >-
+ boost-*
+ ,bugprone-*
+ ,performance-*
+ ,readability-*
+ ,portability-*
+ ,modernize-*
+ ,clang-analyzer-*
+ ,cppcoreguidelines-*
- name: Fail fast?!
if: steps.linter.outputs.checks-failed > 0