Skip to content

Prep 0.1.3

Prep 0.1.3 #35

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main
with:
perl_version: "['5.26', '5.28', '5.30', '5.32', '5.34', '5.36', '5.38']"
coverage:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-coverage.yml@main
perlcritic:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-perlcritic.yml@main
complexity:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-complexity.yml@main