Skip to content

Workflow file for this run

name: Linter / Perl Critic
on:

Check failure on line 3 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linter.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
pull_request:
branches:
- main
- name: perlcritic
uses: gugod/actions-perlcritic@v1.0
with:
paths: "lib t"
options: "-p .perlcriticrc"