A tour of Perl Github actions

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • aliens-ci

    Discontinued :alien: Aliens aliens... Aliens everywhere

  • I use them for instance for doing strange things like CI poor-man dashboards like the picture below:

  • XML-Minifier

    Discontinued :large_orange_diamond::small_orange_diamond:Minify your xml

  • Or I simply use them to test configure and tests steps for my modules.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • messy-ci-workflows

    Discontinued Messy collection of Perl github ci workflows

  • I even produced this showcase (not limited to github) or posted a long writing about a crypto-mining attack that targeted my github actions recently.

  • actions-setup-perl

    Setup Perl environment Action

  • You have the excellent Setup Perl to install the perl version of your choice + install CPAN modules (cpanm and cpm inside!)

  • docker-perl-blead

    :whale2: "less than 20 minutes old" docker perl blead

  • You can even come with your own customized image (that you can create and push from another github repo with its own github action). Another example is ci-perl-helpers-ubuntu from houseabsolute/ci-perl-helpers that seems to target transparent multi ci providers tooling.

  • ci-perl-tester-helpers

    Building and Test Perl Projects via GitHub Workflows

  • There is even more in ci-actions-perl-helpers since it configures with dzil or minil, installs deps and builds your code.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Wrote a new module and want to setup CI to run the test suite for each commit (Github)

    4 projects | /r/perl | 14 Jan 2023
  • Docker images with Github actions

    3 projects | /r/perl | 5 Aug 2022
  • Ask HN: Those of you who don't use AWS/Azure/GCP, what do you use for hosting?

    2 projects | news.ycombinator.com | 30 Apr 2024
  • Perl Weekly #666 - LPW 2024

    1 project | dev.to | 28 Apr 2024
  • Create a Custom GitHub Action in Rust

    3 projects | dev.to | 28 Apr 2024