Skip to content

Centralize perl lint checks #5

Centralize perl lint checks

Centralize perl lint checks #5

Workflow file for this run

---
name: 'Perl Testing Checks'
on:
pull_request:
push:
branches:
- 'master'
jobs:
perl-prove:
runs-on: ubuntu-latest
name: "Prove"
container:
image: perldocker/perl-tester:5.26
steps:
- uses: actions/checkout@v4
- run: echo "::add-matcher::${GITHUB_WORKSPACE}/.github/perl-prove-matcher.json"
- run: prove .