Skip to content

Create a github action to check line length in changed markdown files #24

Create a github action to check line length in changed markdown files

Create a github action to check line length in changed markdown files #24

Workflow file for this run

---
name: 'Unit Tests'
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: perldocker/perl-tester
steps:
- uses: actions/checkout@v4
- run: make test-t