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 dc9e29cCopy full SHA for dc9e29c
1 file changed
.github/workflows/iwyu.yml
@@ -262,3 +262,21 @@ 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 tools/triage -name '*.cpp' -or -name '*.h' ! -name precompiled.h | grep -v test/cli`
0 commit comments