fix(ios): eliminate all warnings and open treat_warning_as_error #5352
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: '[docs] markdown documents format lint' | |
on: | |
pull_request: | |
branches: | |
- main | |
- master | |
- v3.0-dev | |
- v3.0 | |
paths-ignore: | |
- '*.md' | |
- 'docs/**/*.md' | |
jobs: | |
markdownlint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Lint Bypass | |
run: | | |
echo "No lint required" |