mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-09-14 05:38:16 +02:00
Add all other perl modules too
This commit is contained in:
@@ -22,6 +22,9 @@ jobs:
|
||||
perl-version: '5.38'
|
||||
- name: Install dev modules
|
||||
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
|
||||
run: |
|
||||
find t -name '*.t' -o -name '*.pm' | while read -r f; do
|
||||
|
||||
Reference in New Issue
Block a user