Add blog post: Global vs independent API versioning #636
Workflow file for this run
This file contains hidden or 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: Documentation tests | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| markdownlint: | |
| name: markdownlint | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: DavidAnson/markdownlint-cli2-action@v15 | |
| with: | |
| config: .markdownlint.yaml | |
| globs: | | |
| docs/**/*.md | |
| !docs/realm/_partials/** | |
| !docs-legacy/developer-portal/** | |
| !docs/realm/spot/** | |
| !docs/realm/spot-exp/** | |
| !docs/realm/scout/** | |
| !docs/realm/blue-harvest/** | |
| !docs/realm/node_modules/** | |
| !docs/realm/reference/format-image-tag.md | |
| !docs/realm/extend/** | |
| !docs/realm/portal-changelog.md | |
| !docs/realm/.templates/* | |
| !docs/realm/customization/add-color-mode.md | |
| !docs/realm/customization/eject-components/eject-components-tutorial/index.md |