Skip to content

make configure method can set tabstop #19

make configure method can set tabstop

make configure method can set tabstop #19

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
perl: [ '5.36', '5.30', '5.28', '5.18', '5.14' ]
name: Perl ${{ matrix.perl }}
steps:
- uses: actions/checkout@master
- name: Setup perl
uses: shogo82148/actions-setup-perl@v1
with:
perl-version: ${{ matrix.perl }}
- run: perl -V
- run: cpanm --installdeps --notest --quiet .
- run: prove -lrv t