fix indentation

This commit is contained in:
Dirk Wetter
2025-05-16 18:21:20 +02:00
parent c109cafa17
commit 5b2e8ac12c

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: |