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 8fbe5c3 commit dbf0ea7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/perltest.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
pull_request:
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -63,3 +58,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cover -test -report Coveralls

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 dbf0ea7

Please sign in to comment.