Merge pull request #2775 from testssl/ubuntu_runner

Fix indentation
This commit is contained in:
Dirk Wetter
2025-05-16 19:06:57 +02:00
committed by GitHub

View File

@ -50,10 +50,10 @@ jobs:
- name: Install perl modules
run: |
cpanm --notest Test::More
cpanm --notest Data::Dumper
cpanm --notest JSON
cpanm --notest Text::Diff
cpanm --notest Test::More
cpanm --notest Data::Dumper
cpanm --notest JSON
cpanm --notest Text::Diff
- name: run it
run: |