Skip to content

Bump actions/checkout from 3 to 4 #74

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #74

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Perl dependencies
run: |
sudo apt-get update
sudo apt-get install libwww-perl
- name: Run Tests
run: perl run_tests.pl