Skip to content

Standardise CPAN Actions #32

Standardise CPAN Actions

Standardise CPAN Actions #32

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
test:
uses: PerlToolsTeam/github_workflows/.github/workflows/cpan-coverage.yml@main
with:
os: "[ 'ubuntu-latest', 'macos-latest' ]"

Check failure on line 14 in .github/workflows/perltest.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/perltest.yml (Line: 14, Col: 11): Invalid input, os is not defined in the referenced workflow. .github/workflows/perltest.yml (Line: 15, Col: 21): Invalid input, perl_version is not defined in the referenced workflow.
perl_version: "[ 'latest' ]"
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