We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
diskarzhan
1 parent d6cc424 commit d6f3ff5Copy full SHA for d6f3ff5
1 file changed
.github/workflows/iwyu.yml
@@ -262,3 +262,27 @@ jobs:
262
with:
263
name: Logs (clang-include-cleaner - ${{ matrix.stdlib }})
264
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
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
287
+ name: Logs (diskarzhan - ${{ matrix.stdlib }})
288
+ path: ./*.log
0 commit comments