Skip to content

Commit

Permalink
test perl critic
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Nov 11, 2023
1 parent d04cdfc commit c17291e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- name: perlcritic
uses: gugod/actions-perlcritic@v1.0
with:
paths: "lib t"
options: "-p .perlcriticrc"
2 changes: 1 addition & 1 deletion .perlcriticrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
only = 1
include = RequireUseStrict ProhibitUnusedVariables
include = ProhibitUnusedVariables ProhibitUnusedConstant ProhibitUnusedInclude ProhibitUnusedImport

0 comments on commit c17291e

Please sign in to comment.