Skip to content

Variadic route options #202

Variadic route options

Variadic route options #202

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yaml
dot: true