Skip to content
Snippets Groups Projects

ci: use run-clang-tidy

Merged Wouter Deconinck requested to merge github-clang-tidy-14 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -41,7 +41,7 @@ jobs:
with:
platform-release: "jug_xl:nightly"
run: |
run-clang-tidy-14 -p build -export-fixes clang_tidy_fixes.yml -extra-arg='-std=c++17'
run-clang-tidy -p build -export-fixes clang_tidy_fixes.yml -extra-arg='-std=c++17'
- uses: actions/upload-artifact@v3
with:
name: clang-tidy-fixes.yml
Loading