We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fd64d commit 46cf49fCopy full SHA for 46cf49f
.github/workflows/perlcritic.yml
@@ -16,11 +16,13 @@ jobs:
16
name: Check with PerlCritic
17
runs-on: ubuntu-latest
18
steps:
19
+ - name: Set REPOSITORY
20
+ run: echo "REPOSITORY=${GITHUB_REPOSITORY#*/}" >> "${GITHUB_ENV}"
21
- name: Check out
22
uses: actions/checkout@v4
23
- name: Install PerlCritic
24
run: |
25
sudo apt update -y
26
sudo apt install libperl-critic-perl
27
- name: Run PerlCritic
- run: perlcritic JavaInfo
28
+ run: perlcritic ${REPOSITORY}
0 commit comments