GitHub Actions: experiment with reusable multiperl-test #74
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "multiperl test" | ||
on: | ||
workflow_dispatch: ~ | ||
push: | ||
branches: "*" | ||
tags-ignore: "*" | ||
pull_request: ~ | ||
jobs: | ||
build-and-test: | ||
uses: rjbs/dzil-actions/.github/workflows/multiperl-test-matrix.yaml@main | ||
Check failure on line 11 in .github/workflows/multiperl-test.yml GitHub Actions / multiperl testInvalid workflow file
|