Skip to content

Bump shogo82148/actions-setup-perl from 1.22.0 to 1.23.1 #541

Bump shogo82148/actions-setup-perl from 1.22.0 to 1.23.1

Bump shogo82148/actions-setup-perl from 1.22.0 to 1.23.1 #541

Workflow file for this run

name: JSON Syntax & EntriesCheck
on: [push]
jobs:
jsontest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: shogo82148/actions-setup-perl@v1.23.1
with:
perl-version: '5.32'
install-modules-with: cpanm
install-modules-args: --no-interactive -v --installdeps
- name: run prove (testscripts)
run: |
prove -lr --ext=.pl t