Skip to content

Commit d6f3ff5

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

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,27 @@ 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/cfg tools/triage -name '*.cpp' -or -name '*.h' ! -name precompiled.h`
283+
284+
- uses: actions/upload-artifact@v4
285+
if: success() || failure()
286+
with:
287+
name: Logs (diskarzhan - ${{ matrix.stdlib }})
288+
path: ./*.log

0 commit comments

Comments
 (0)