Skip to content

Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 #354

Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0

Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 #354

Workflow file for this run

name: CI
on:
push:
schedule:
- cron: '0 0 */28 */1 *'
jobs:
dzil:
runs-on: ubuntu-latest
name: "dzil run"
steps:
- 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'