Skip to content

Preparing maintenance release 0.23.0 #337

Preparing maintenance release 0.23.0

Preparing maintenance release 0.23.0 #337

Workflow file for this run

name: CI Action
on:
push:
schedule:
- cron: '0 0 */28 */1 *'
env:
CONTINUOUS_INTEGRATION: true
jobs:
build:
name: Continuous Integration
runs-on: ubuntu-latest
steps:
# REF: https://help.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#using-the-checkout-action
- name: "Checkout repository"
uses: actions/checkout@v4
- name: "Installing dependencies and testing all using dzil"
uses: jonasbn/github-action-perl-dist-zilla@0.5.5
with:
dzil-arguments: 'test --all'