Skip to content

Commit 7813096

Browse files
committed
Add Perl and DZil version output to the GitHub CI workflow.
1 parent 77350ba commit 7813096

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/perl-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525

26+
- name: Perl version
27+
run: perl -V
28+
29+
- name: DZil version
30+
run: dzil --version
31+
2632
- name: Install CPM + Dist::Zilla Author Bundle
2733
uses: perl-actions/install-with-cpm@stable
2834
with:

0 commit comments

Comments
 (0)