Skip to content

fix: missing curl when not CA #12

fix: missing curl when not CA

fix: missing curl when not CA #12

Workflow file for this run

---
name: Markdown Lint
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: DavidAnson/markdownlint-cli2-action@v20
with:
globs: '**/*.md'