Skip to content

Commit

Permalink
Standardise CPAN Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 22, 2024
1 parent d90d2ad commit 3808eb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ on:
workflow_dispatch:

jobs:
build:
test:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-test.yml@main

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

0 comments on commit 3808eb4

Please sign in to comment.