Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
htrgouvea committed Nov 11, 2023
1 parent 955e759 commit 908a721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
critic:
runs-on: ubuntu-latest
steps:
- name: Perl Critic
uses: Difegue/action-perlcritic@master
- uses: actions/checkout@v2
- name: Run Perl::Critic
uses: natanlao/perl-critic-action@v1.1
with:
args: ./lib/*
files: critic
2 changes: 0 additions & 2 deletions zarn.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ sub main {

my ($source, $ignore);

my $heitor;

Getopt::Long::GetOptions (
"r|rules=s" => \$rules,
"s|source=s" => \$source,
Expand Down

0 comments on commit 908a721

Please sign in to comment.