fix(renderer): update tdfcore d47969ec25d4f403595f06219ea43b202de9af74 #4258
Workflow file for this run
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" |