Skip to content

Bump shogo82148/actions-setup-perl from 1.30.0 to 1.31.1 #610

Bump shogo82148/actions-setup-perl from 1.30.0 to 1.31.1

Bump shogo82148/actions-setup-perl from 1.30.0 to 1.31.1 #610

Workflow file for this run

name: JSON Syntax & EntriesCheck
on: [push]
jobs:
jsontest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: shogo82148/actions-setup-perl@v1.31.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