Skip to content

Commit

Permalink
moving perlcritic to pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dipietroR authored and alexgarel committed Jul 19, 2022
1 parent c5c61e5 commit 293135b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/perlcritic.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
image: "openfoodfacts-server/backend:dev"
- name: check perltidy
run: make check_perltidy
- name: check perlcritic
run: make check_critic
- name: check perl
run: make check_perl

Expand Down

0 comments on commit 293135b

Please sign in to comment.