diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d2f28f4d..750d3726a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -426,6 +426,13 @@ jobs: name: Static Analysis Logs path: build/clang/*.log + iwyu: + name: Include What You Use + runs-on: ubuntu-latest + needs: + - clang-debug + uses: EmilGedda/include-what-you-use-action@v1 + check-is-release: if: github.event_name != 'pull_request' name: Check For Release Tag