Skip to content

Commit

Permalink
Update perl-lint-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josegomezr authored Nov 28, 2023
1 parent d7c5931 commit 99ed5c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/perl-lint-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: "Perltidy"
container:
image: registry.opensuse.org/home/josegomezr/devel/openqa/ci/containers-tw/latest
options: --user "1000:100"
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand All @@ -25,6 +26,7 @@ jobs:
name: "Perlcritic"
container:
image: registry.opensuse.org/home/josegomezr/devel/openqa/ci/containers-tw/latest
options: --user "1000:100"
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 99ed5c2

Please sign in to comment.