Skip to content

Centralize perl lint checks #1

Centralize perl lint checks

Centralize perl lint checks #1

Workflow file for this run

---
name: 'Perl checks'
on:
pull_request:
push:
branches:
# we must not fix commit messages when they already reached master
- '!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: ./tools/prove