summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAge
* Bump perl-actions/install-with-cpm from v1.3 to v1.4dependabot[bot]2020-11-12
| | | | | | | Bumps [perl-actions/install-with-cpm](https://github.com/perl-actions/install-with-cpm) from v1.3 to v1.4. - [Release notes](https://github.com/perl-actions/install-with-cpm/releases) - [Commits](https://github.com/perl-actions/install-with-cpm/compare/v1.3...8399ceb5833fd76b8f2c3c727d43ca460ef08c0e) Signed-off-by: dependabot[bot] <support@github.com>
* Add Dependabot configurationRuss Allbery2020-07-04
| | | | Use Dependabot to keep GitHub Actions up to date.
* Disable sudo for install-with-cpm actionRuss Allbery2020-07-04
|
* Also test on Perl 5.32Russ Allbery2020-07-04
|
* Fix syntax error in GitHub ActionRuss Allbery2020-07-04
| | | | Also remove the perl -V line, which seems unnecessary.
* Improve module installation for GitHub ActionsRuss Allbery2020-07-04
| | | | | | Use the perl-actions/install-with-cpm GitHub Action, switch the optional test dependencies to suggests instead of requires, and pass the relevant flag to cpm.
* Fix GitHub Actions workflow for Module::BuildRuss Allbery2020-02-29
| | | | | Don't copy a workflow from a package using ExtUtils::MakeMaker without changing the build commands.
* Add support for GitHub Actions workflowsRuss Allbery2020-02-29
Change the vcs.travis metadata key to vcs.status.travis. This will require changes to all templates and package metadata.json files that use this key. Add support for generating a build status badge from a GitHub Actions workflow. To do this, set vcs.status.workflow to the name of the workflow that should be referenced for the badge. Also specify DocKnot's dependencies with a cpanfile. This makes it easier to install its dependencies with some tools, such as cpm.