Skip to content

Gh actions upgrades #514

Gh actions upgrades

Gh actions upgrades #514

Workflow file for this run

name: Validate formatting
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
pages:
name: Format check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Markdown lint
uses: DavidAnson/markdownlint-cli2-action@v23
with:
globs: |
**/*.md
- name: Split the files
run: |
tools/setup-pages.sh