Skip to content

Bump actions/checkout from 4.1.7 to 4.2.1 #617

Bump actions/checkout from 4.1.7 to 4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1 #617

Workflow file for this run

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