From 72c003ad311c50a674dcfdbce7f26e86c6b280d7 Mon Sep 17 00:00:00 2001 From: Franziska Wegner Date: Fri, 29 Dec 2023 01:23:04 -0800 Subject: [PATCH] Add Qt to the ignored directories --- .github/workflows/cpp-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml index 70c1edf5..8cf6542e 100644 --- a/.github/workflows/cpp-linter.yml +++ b/.github/workflows/cpp-linter.yml @@ -120,7 +120,7 @@ jobs: # in a pull request's thread. Set it to false to disable the comment. # Set it to true to post a new comment (and delete the old comment). thread-comments: ${{ github.event_name == 'pull_request' && 'update' }} - ignore: external + ignore: "external|Qt" - name: Fail fast?! if: steps.linter.outputs.checks-failed > 0