mirror of
https://github.com/curl/curl.git
synced 2026-06-05 16:14:16 +03:00
checksrc-all: rewrite in Perl
This commit is contained in:
parent
1df2174ae2
commit
70bbd7b598
5 changed files with 41 additions and 26 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
2
.github/workflows/distcheck.yml
vendored
2
.github/workflows/distcheck.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue