Skip to content

[scrape_platform_releases.yml] New Platform Releases #1649

[scrape_platform_releases.yml] New Platform Releases

[scrape_platform_releases.yml] New Platform Releases #1649

Workflow file for this run

name: Markdown Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v47
id: changed-files
with:
files: |
**/*.md
!data/planet/**/*.md
!data/changelog/**/*.md
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v24.2.0
if: steps.changed-files.outputs.any_changed == 'true'
with:
globs: ${{ steps.changed-files.outputs.all_changed_files }}
config: '.markdownlint-cli2.jsonc'
separator: ","