Merge pull request #3871 from twz123/bump-kubernetes-1.27.9 #2001
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 docs | |
on: | |
push: | |
branches: | |
- main | |
- release-* | |
paths: | |
- '**.md' | |
pull_request: | |
branches: | |
- main | |
- release-* | |
paths: | |
- '**.md' | |
jobs: | |
lint: | |
name: Lint markdown | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: articulate/actions-markdownlint@v1 | |
with: | |
config: .github/workflows/markdownlint-config.json | |
ignore: autopilot |