mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-09-14 13:48:16 +02:00
fix perttidy and cpan-audit
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
perl-version: '5.38'
|
perl-version: '5.38'
|
||||||
- name: Install dev modules
|
- name: Install dev modules
|
||||||
run: cpanm --notest Perl::Critic perltidy cpan-audit
|
run: cpanm --notest Perl::Critic Perl::Tidy CPAN::Audit
|
||||||
- name: Syntax check all test files
|
- name: Syntax check all test files
|
||||||
run: |
|
run: |
|
||||||
find t -name '*.t' -o -name '*.pm' | while read -r f; do
|
find t -name '*.t' -o -name '*.pm' | while read -r f; do
|
||||||
@@ -35,3 +35,4 @@ jobs:
|
|||||||
git diff --exit-code
|
git diff --exit-code
|
||||||
- name: Audit CPAN modules for known CVEs
|
- name: Audit CPAN modules for known CVEs
|
||||||
run: cpan-audit
|
run: cpan-audit
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user