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:
105105 eslint:
106106 - components/*/stories/*.js
107107 mdlint:
108- - *.md
108+ - ' *.md'
109109 - .storybook/*.md
110110 - .storybook/*/*.md
111111 - .storybook/*/*.mdx
Original file line number Diff line number Diff line change @@ -118,10 +118,9 @@ jobs:
118118 eslint_flags : " ${{ inputs.eslint_added_files }} ${{ inputs.eslint_modified_files }}"
119119
120120 - name : Run markdownlint on documentation
121- uses : reviewdog/action-markdownlint@v1.0 .0
121+ uses : reviewdog/action-markdownlint@v0.26 .0
122122 with :
123123 reporter : github-pr-review
124124 filter_mode : diff_context
125125 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:
74627462 languageName: node
74637463 linkType: hard
74647464
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"
74797468 dependencies:
74807469 follow-redirects: "npm:^1.15.6"
74817470 form-data: "npm:^4.0.0"
74827471 proxy-from-env: "npm:^1.1.0"
7483- checksum: 10c0/5ea1a93140ca1d49db25ef8e1bd8cfc59da6f9220159a944168860ad15a2743ea21c5df2967795acb15cbe81362f5b157fdebbea39d53117ca27658bab9f7f17
7472+ checksum: 10c0/d8c2969e4642dc6d39555ac58effe06c051ba7aac2bd40cad7a9011c019fb2f16ee011c5a6906cb25b8a4f87258c359314eb981f852e60ad445ecaeb793c7aa2
74847473 languageName: node
74857474 linkType: hard
74867475
You can’t perform that action at this time.
0 commit comments