Skip to content

Commit

Permalink
Include What You Use
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Nov 1, 2023
1 parent 7bb6415 commit 10e3c9f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,24 @@ jobs:
name: Static Analysis Logs
path: build/clang/*.log

iwyu:
name: Include What You Use
runs-on: ubuntu-latest
needs:
- clang-debug
steps:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{ env.QT_VERSION }}
modules: ${{ env.QT_MODULES }}
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Run IWYU
uses: EmilGedda/include-what-you-use-action@v1

check-is-release:
if: github.event_name != 'pull_request'
name: Check For Release Tag
Expand Down

0 comments on commit 10e3c9f

Please sign in to comment.