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:
112
112
- '*.md'
113
113
- .storybook/*.md
114
114
- .storybook/*/*.md
115
- - .storybook/*/*.mdx
116
115
- components/*/*.md
117
- - components/*/stories/*.mdx
118
116
- plugins/*/*.md
119
117
- tokens/*.md
120
118
- tools/*/*.md
Original file line number Diff line number Diff line change @@ -116,10 +116,11 @@ jobs:
116
116
reporter : github-pr-review
117
117
filter_mode : diff_context
118
118
# 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 }}"
120
120
121
121
- name : Run markdownlint on documentation
122
122
123
+ if : ${{ inputs.mdlint_added_files != '' || inputs.mdlint_modified_files != '' }}
123
124
with :
124
125
reporter : github-pr-review
125
126
filter_mode : diff_context
You can’t perform that action at this time.
0 commit comments