fix: don't group floating windows unless they fully overlap (#2527) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |