Skip to content

Commit

Permalink
Update perlcritic.yml
Browse files Browse the repository at this point in the history
retry perlcritic
  • Loading branch information
peczenyj authored Dec 7, 2023
1 parent 76b5522 commit 548d4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perlcritic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- push

jobs:
perltidy:
perlcritic:
runs-on: ubuntu-latest
container:
image: perl:latest
Expand All @@ -16,7 +16,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install dependencies
run: cpanm -n Perl::Critic
run: cpanm -n Perl::Critic Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText Perl::Critic::Policy::Miscellanea::RequireRcsKeywords
- name: perlcritic --version
run: perlcritic --version
- name: Run perlcritic
Expand Down

0 comments on commit 548d4b2

Please sign in to comment.