Skip to content

chore: minor style tweaks (#953) #943

chore: minor style tweaks (#953)

chore: minor style tweaks (#953) #943

name: Markdown checks
on:
push:
paths:
- '**.md'
pull_request:
paths:
- '**.md'
jobs:
markdown-lint:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Lint Markdown files
run: make markdownlint