mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-09-14 13:48:16 +02:00
Add all other perl modules too
This commit is contained in:
@@ -22,6 +22,9 @@ jobs:
|
|||||||
perl-version: '5.38'
|
perl-version: '5.38'
|
||||||
- name: Install dev modules
|
- name: Install dev modules
|
||||||
run: cpanm --notest Perl::Critic Perl::Tidy CPAN::Audit
|
run: cpanm --notest Perl::Critic Perl::Tidy CPAN::Audit
|
||||||
|
- name: Install dev modules
|
||||||
|
# add all perl modules from other modules tool, otherwise the next run fails
|
||||||
|
run: cpanm --notest Data::Dumper IPC::Run3 JSON Test::More Text::Diff
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user