Skip to content

Checking in changes prior to tagging of version 0.02_1. #60

Checking in changes prior to tagging of version 0.02_1.

Checking in changes prior to tagging of version 0.02_1. #60

Workflow file for this run

name: macos
on:
push:
branches:
- master
pull_request:
jobs:
perl:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Set up Perl
run: brew install perl cpm
- name: Install Dependencies
run: cpm install -g
- name: Run Tests
run: prove -l t