File tree Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Expand file tree Collapse file tree 3 files changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
eslint:
106
106
- components/*/stories/*.js
107
107
mdlint:
108
- - *.md
108
+ - ' *.md'
109
109
- .storybook/*.md
110
110
- .storybook/*/*.md
111
111
- .storybook/*/*.mdx
Original file line number Diff line number Diff line change @@ -118,10 +118,9 @@ jobs:
118
118
eslint_flags : " ${{ inputs.eslint_added_files }} ${{ inputs.eslint_modified_files }}"
119
119
120
120
- name : Run markdownlint on documentation
121
- uses : reviewdog/action-markdownlint@v1.0 .0
121
+ uses : reviewdog/action-markdownlint@v0.26 .0
122
122
with :
123
123
reporter : github-pr-review
124
124
filter_mode : diff_context
125
125
fail_level : error
126
- markdownlint_config : " ${{ github.workspace }}/.markdownlint.json"
127
- markdownlint_input : " ${{ inputs.mdlint_added_files }} ${{ inputs.mdlint_modified_files }}"
126
+ markdownlint_flags : " --config ${{ github.workspace }}/.markdownlint.json ${{ inputs.mdlint_added_files }} ${{ inputs.mdlint_modified_files }}"
Original file line number Diff line number Diff line change @@ -7462,25 +7462,14 @@ __metadata:
7462
7462
languageName: node
7463
7463
linkType: hard
7464
7464
7465
- "axios@npm:^1.6.1":
7466
- version: 1.7.9
7467
- resolution: "axios@npm:1.7.9"
7468
- dependencies:
7469
- follow-redirects: "npm:^1.15.6"
7470
- form-data: "npm:^4.0.0"
7471
- proxy-from-env: "npm:^1.1.0"
7472
- checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b
7473
- languageName: node
7474
- linkType: hard
7475
-
7476
- "axios@npm:^1.7.4":
7477
- version: 1.7.4
7478
- resolution: "axios@npm:1.7.4"
7465
+ "axios@npm:^1.6.1, axios@npm:^1.7.4":
7466
+ version: 1.8.2
7467
+ resolution: "axios@npm:1.8.2"
7479
7468
dependencies:
7480
7469
follow-redirects: "npm:^1.15.6"
7481
7470
form-data: "npm:^4.0.0"
7482
7471
proxy-from-env: "npm:^1.1.0"
7483
- checksum: 10c0/5ea1a93140ca1d49db25ef8e1bd8cfc59da6f9220159a944168860ad15a2743ea21c5df2967795acb15cbe81362f5b157fdebbea39d53117ca27658bab9f7f17
7472
+ checksum: 10c0/d8c2969e4642dc6d39555ac58effe06c051ba7aac2bd40cad7a9011c019fb2f16ee011c5a6906cb25b8a4f87258c359314eb981f852e60ad445ecaeb793c7aa2
7484
7473
languageName: node
7485
7474
linkType: hard
7486
7475
You can’t perform that action at this time.
0 commit comments