diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml index a16c51b8..8ed8edb1 100644 --- a/.github/workflows/analysis.yaml +++ b/.github/workflows/analysis.yaml @@ -39,7 +39,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: version: 18 - lines-changed-only: true + # lines-changed-only: true database: 'build/compile_commands.json' style: 'file' # Use .clang-format config file tidy-checks: '-*' # disable clang-tidy checks. \ No newline at end of file