foxygit / doom Log in
commit 188abfdfb3885325b8de34c360f4348571ec4cd4
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Wed Jun 8 17:49:10 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Jun 8 17:50:28 2022 +0300

    Add an explicit value for tidy-checks parameter
---
 .github/workflows/cpp-linter.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 541d044f..4106ec39 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -21,6 +21,15 @@ jobs:
         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