Fix indentation

This commit is contained in:
Dirk
2025-05-16 18:07:09 +02:00
parent cbd15020e2
commit 222ad8ae36

View File

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