From 23ff2c51ec2ca9f2e19eb7cadd77012f4acbeee8 Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Mon, 27 May 2024 13:27:50 +0200 Subject: [PATCH] ghactions modified run options --- .github/workflows/cpp-linter.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index ad9fb04..149a311 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -26,11 +26,13 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - database: 'build' style: 'file' tidy-checks: '' + version: 18 files-changed-only: false + ignore: 'docs | build' thread-comments: ${{ github.event_name == 'pull_request' && 'update' }} + database: 'build' tidy-review: true format-review: true