Skip to content

Bump actions/checkout from 3.6.0 to 4.0.0 #549

Bump actions/checkout from 3.6.0 to 4.0.0

Bump actions/checkout from 3.6.0 to 4.0.0 #549

Workflow file for this run

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