Skip to content

docs: fix minor typo #30

docs: fix minor typo

docs: fix minor typo #30

Workflow file for this run

name: Test Excel::Writer::XLSX
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shogo82148/actions-setup-perl@v1
- run: cpanm --installdeps .
- run: prove -l -r t