Skip to content

Commit dc9e29c

Browse files
committed
iwyu.yml: added diskarzhan job
1 parent d6cc424 commit dc9e29c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,21 @@ jobs:
262262
with:
263263
name: Logs (clang-include-cleaner - ${{ matrix.stdlib }})
264264
path: ./*.log
265+
266+
diskarzhan:
267+
268+
runs-on: ubuntu-22.04
269+
if: ${{ github.repository_owner == 'danmar' }}
270+
271+
steps:
272+
- uses: actions/checkout@v4
273+
with:
274+
persist-credentials: false
275+
276+
- name: Install Python packages
277+
run: |
278+
pip install diskarzhan
279+
280+
- name: diskarzhan
281+
run: |
282+
diskarzhan `find cli frontend lib gui test tools/triage -name '*.cpp' -or -name '*.h' ! -name precompiled.h | grep -v test/cli`

0 commit comments

Comments
 (0)