diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b68ab505c..84d451c16 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,6 +17,7 @@ jobs: with: style: file tidy-checks: '-*' # disable clang tidy at this stage + version: 17 - name: Fail test if: steps.linter.outputs.checks-failed > 0 run: echo "Some files failed the linting checks!" && exit 1