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 2156d48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2156d48

Please sign in to comment.