Skip to content

Commit

Permalink
CI: Enable Perl in Super-Linter (#1493)
Browse files Browse the repository at this point in the history
This enables Perl in Super-Linter check (uses plain perl) since local perlcritic does not give any errors after #766 and #1431.
  • Loading branch information
wenzeslaus committed Apr 1, 2021
1 parent 88d4758 commit 113e0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_JSON: true
VALIDATE_MD: false
VALIDATE_PERL: false
VALIDATE_PERL: true
VALIDATE_POWERSHELL: true
VALIDATE_XML: true
VALIDATE_YAML: true

0 comments on commit 113e0d9

Please sign in to comment.