Skip to content

fix: use global maximum for branch numbering to prevent collisions #173

fix: use global maximum for branch numbering to prevent collisions

fix: use global maximum for branch numbering to prevent collisions #173

Workflow file for this run

name: Lint
permissions:
contents: read
on:
push:
branches: ["main"]
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v19
with:
globs: '**/*.md'