Dist::Zilla::Plugin::Author::CSSON::GithubActions - Ease creation of common Github Actions workflows
Version 0.0107, released 2020-12-30.
In dist.ini:
[Author::CSSON::GithubActions::Workflow::TestWithMakefile] ; set on.push.branches to an empty list clear_on_push_branches = 1 ; set on.pull_request.branches to an empty list clear_on_pull_request_branches = 1 ; add branches to on.push.branches on_pull_request_branches = 'this-branch' on_pull_request_branches = 'that-other-branch' ; add branches to on.pull_request.branches on_pull_request_branches = 'my-pr-branch' on_pull_request_branches = 'feature-branch' ; replace jobs.perl-job.strategy.matrix.os matrix_os = ubuntu-latest matrix_os = ubuntu-16.04 ; replace jobs.perl-job.strategy.matrix.perl-version perl_version = 5.32 perl_version = 5.24 perl_version = 5.18
This plugin is very early in development. It might be released in a non-author namespace at a later stage.
This distribution is a framework for creating re-usable Github Actions workflows. GitHub's documentation about Actions is located at http://docs.github.com/en/free-pro-team@latest/actions.
The core of it is the Dist::Zilla::Role::Author::CSSON::GithubActions role.
Included in this distribution is an example workflow, Dist::Zilla::Plugin::Author::CSSON::GithubActions::Workflow::TestWithMakefile.
Dist::Zilla::TravisCI
http://docs.github.com/en/free-pro-team@latest/actions
https://perlmaven.com/setup-github-actions
https://github.com/Csson/p5-Dist-Zilla-Plugin-Author-CSSON-GithubActions
https://metacpan.org/release/Dist-Zilla-Plugin-Author-CSSON-GithubActions
Erik Carlsson <info@code301.com>
This software is copyright (c) 2020 by Erik Carlsson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
To install Dist::Zilla::Plugin::Author::CSSON::GithubActions, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Dist::Zilla::Plugin::Author::CSSON::GithubActions
CPAN shell
perl -MCPAN -e shell install Dist::Zilla::Plugin::Author::CSSON::GithubActions
For more information on module installation, please visit the detailed CPAN module installation guide.