Skip to content

Commit

Permalink
wip(actions): check critic
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 4, 2021
1 parent 96550dd commit 92ef99b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shogo82148/actions-setup-perl@v1
- name: Install package
run: |
sudo apt-get -y install libtest-perl-critic-perl
- run: cpanm --installdeps .
sudo apt-get -y install perl libtest-perl-critic-perl liblist-moreutils-perl
- name: Test critic
run: prove -lv t/critic.t

0 comments on commit 92ef99b

Please sign in to comment.