Skip to content

fix: Disable inter-layer grouping by default #509

fix: Disable inter-layer grouping by default

fix: Disable inter-layer grouping by default #509

Workflow file for this run

name: Lint Website
permissions:
contents: read
on:
push:
paths:
- ".github/workflows/lint-website.yml"
- "website/**/*.md"
pull_request:
paths:
- ".github/workflows/lint-website.yml"
- "website/**/*.md"
jobs:
lint:
name: Lint website
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint markdown
uses: nosborn/[email protected]
with:
files: ./website
config_file: ./website/.markdownlintrc