checksrc-all: rewrite in Perl

This commit is contained in:
Viktor Szakats 2025-07-10 10:33:40 +02:00
parent 1df2174ae2
commit 70bbd7b598
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
5 changed files with 41 additions and 26 deletions

View file

@ -43,7 +43,7 @@ jobs:
persist-credentials: false
- name: 'check'
run: scripts/checksrc-all.sh
run: scripts/checksrc-all.pl
codespell-cmakelint-pytype-ruff:
name: 'codespell, cmakelint, pytype, ruff'

View file

@ -113,7 +113,7 @@ jobs:
make test-ci
make install
popd
scripts/checksrc-all.sh
scripts/checksrc-all.pl
verify-out-of-tree-cmake:
name: 'CM out-of-tree'