Skip to content

Fix typos

Fix typos #67

Workflow file for this run

name: CI Linux
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: ubuntu-latest
strategy:
matrix:
perl-version:
- '5.32'
- '5.34'
- '5.36'
- '5.38'
name: Perl ${{ matrix.perl-version }} on Linux
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v2
- name: perl -V
run: perl -V
- name: Install dependencies
run: |
cpanm -n --installdeps .
- name: Run tests
run: prove -lr t/