Skip to content

feat(check_for_updates): Initial work on version ranges #483

feat(check_for_updates): Initial work on version ranges

feat(check_for_updates): Initial work on version ranges #483

Workflow file for this run

name: Markdown
on:
push:
paths:
- '**/*.md' # Watch for changes in any markdown files
workflow_dispatch:
release:
types: [published]
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: lint markdown
uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
with:
globs: '**/*.md'