Skip to content

Fix and test perlcritic plugins #2

Fix and test perlcritic plugins

Fix and test perlcritic plugins #2

Workflow file for this run

---
name: 'Unit Tests'
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester
steps:
- uses: actions/checkout@v4
- run: make test-t