Skip to content

Commit 5b2e8ac

Browse files
committed
fix indentation
1 parent c109caf commit 5b2e8ac

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unit_tests_ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
5151
- name: Install perl modules
5252
run: |
53-
cpanm --notest Test::More
54-
cpanm --notest Data::Dumper
55-
cpanm --notest JSON
56-
cpanm --notest Text::Diff
53+
cpanm --notest Test::More
54+
cpanm --notest Data::Dumper
55+
cpanm --notest JSON
56+
cpanm --notest Text::Diff
5757
5858
- name: run it
5959
run: |

0 commit comments

Comments
 (0)