Skip to content

Add PDF version

Add PDF version #58

Workflow file for this run

name: Lint markdown
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: ".github/.markdownlint.json"