Skip to content

chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 #18

chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0

chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 #18

Workflow file for this run

name: Markdown lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run lint:markdown