mirror of
https://github.com/curl/curl.git
synced 2026-07-24 05:37:15 +03:00
checksrc-all: rewrite in Perl, remove checksrc.bat
`checksrc.bat` was outdated and required Perl for `checksrc.pl` anyway. Rewrite `checksrc-all.sh` in Perl, making it usable in envs without a POSIX shell. Closes #17882
This commit is contained in:
parent
f0b8137c1c
commit
88ff396549
7 changed files with 42 additions and 254 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