Skip to content

docs: Manually upgrade to the latest version (#2300) #1

docs: Manually upgrade to the latest version (#2300)

docs: Manually upgrade to the latest version (#2300) #1

Workflow file for this run

name: Markdown Linting
on:
push:
branches:
- 'future3/**'
paths:
- '**.md'
pull_request:
branches:
- 'future3/**'
paths:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Linting markdown
uses: DavidAnson/markdownlint-cli2-action@v15
with:
config: .markdownlint-cli2.yaml
#continue-on-error: true