File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,7 @@ jobs:
112112 - '*.md'
113113 - .storybook/*.md
114114 - .storybook/*/*.md
115- - .storybook/*/*.mdx
116115 - components/*/*.md
117- - components/*/stories/*.mdx
118116 - plugins/*/*.md
119117 - tokens/*.md
120118 - tools/*/*.md
Original file line number Diff line number Diff line change @@ -116,10 +116,11 @@ jobs:
116116 reporter : github-pr-review
117117 filter_mode : diff_context
118118 # eslint_flags: "components/*/stories/*.js"
119- eslint_flags : " ${{ inputs.eslint_added_files }} ${{ inputs.eslint_modified_files }}"
119+ eslint_flags : " --config ${{ github.workspace }}/.eslintrc ${{ inputs.eslint_added_files }} ${{ inputs.eslint_modified_files }}"
120120
121121 - name : Run markdownlint on documentation
122122 uses : reviewdog/action-markdownlint@v0.26.2
123+ if : ${{ inputs.mdlint_added_files != '' || inputs.mdlint_modified_files != '' }}
123124 with :
124125 reporter : github-pr-review
125126 filter_mode : diff_context
You can’t perform that action at this time.
0 commit comments