Skip to content

fix(cli): preserve trailing dir after --template file:// URL (#245) #248

fix(cli): preserve trailing dir after --template file:// URL (#245)

fix(cli): preserve trailing dir after --template file:// URL (#245) #248

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "31 1,12 * * *"
workflow_dispatch:
jobs:
markdownlint:
if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DavidAnson/markdownlint-cli2-action@v24
with:
globs: "**/*.md"