Merge pull request #4666 from AlexanderLimonov/feat-2.0-reservations-… #7
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: lints | |
permissions: | |
contents: read | |
on: | |
push: | |
branches: | |
- dev | |
- trying | |
- staging | |
- 'release-**' | |
- 'feat-**' | |
paths: | |
- '**.md' | |
pull_request: | |
branches: | |
- dev | |
- 'release-**' | |
- 'feat-**' | |
paths: | |
- '**.md' | |
jobs: | |
lints: | |
name: lints | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "Markdown only change, no lints required"' |