Remove iwyu from the ci steps

This commit is contained in:
Sameer Rahmani 2022-06-13 22:26:23 +01:00
parent 592d7c4fb0
commit 3aa8745354
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ steps:
- name: Linters
image: rg.fr-par.scw.cloud/serene/llvm:15-8
commands:
- pre-commit run clang-format -a
- pre-commit run cppcheck -a
- pre-commit run include-what-you-use -a
- pre-commit run shell-lint -a