diff --git a/github-ci/actions-for-perl.md b/github-ci/actions-for-perl.md index f6b7378e..d332e5bd 100644 --- a/github-ci/actions-for-perl.md +++ b/github-ci/actions-for-perl.md @@ -52,6 +52,8 @@ e.g. [DBI](https://metacpan.org/pod/DBI) and [DBI Matrix](http://matrix.cpantest ## CI Perl Tester Helpers {id: ci-perl-tester-helpers} +Set of scripts (available via action syntax as well), all of them included in perltester dockers + * [CI Perl Tester Helpers](https://github.com/oalders/ci-perl-tester-helpers) ## GitHub Action to setup perl environment in the marketplace @@ -87,7 +89,9 @@ e.g. [DBI](https://metacpan.org/pod/DBI) and [DBI Matrix](http://matrix.cpantest +auto-build-and-test-dist +- perl-versions matrix generator of perl versions (will automatically include newer perls for you) + +--> diff --git a/github-ci/actions.md b/github-ci/actions.md index 5f8a62b7..85c7c09d 100644 --- a/github-ci/actions.md +++ b/github-ci/actions.md @@ -331,6 +331,14 @@ ssh-keyscan host * [monitor web assets](https://github.com/szabgab/monitor/) * [Kantoniko](https://kantoniko.com/) - [on GitHub](https://github.com/kantoniko/) - [Site builder repo](https://github.com/kantoniko/kantoniko.github.io) +## GitHub Workflows +{id: github-workflows} + +* github-workflows - simple reusable workflow + +* Example: + +* the workflow in [osdc-2023-01-perl](https://github.com/OSDC-Code-Maven/osdc-2023-01-perl) uses [osdc-site-generator](https://github.com/osdc-code-maven/osdc-site-generator)