Skip to content

Add Makefile and run workflows on all branches #4

Add Makefile and run workflows on all branches

Add Makefile and run workflows on all branches #4

Workflow file for this run

---
name: Perl tests
on:
pull_request:
push:
branches:
- '*'
jobs:
authortests:
runs-on: ubuntu-latest
name: Perl
container:
image: perldocker/perl-tester
steps:
- uses: actions/checkout@v4
- run: prove xt