File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
- name : Create a Temporary package.json
29
29
run : npm init --yes
30
30
- name : Install @electron/lint-roller
31
- run : npm install --save-dev @electron/lint-roller
31
+ run : npm install --save-dev @electron/lint-roller@^2.1.0
32
32
- name : Run markdownlint
33
33
run : npx electron-markdownlint "**/*.md"
34
34
- name : Lint links
35
- run : npx electron- lint-markdown-links --ignore-path .markdownlintignore "**/*.md"
35
+ run : npx lint-roller -markdown-links --ignore-path .markdownlintignore "**/*.md"
36
36
if : ${{ always() }}
37
37
- name : Check external links
38
- run : npx electron- lint-markdown-links --ignore-path .markdownlintignore --fetch-external-links "**/*.md"
38
+ run : npx lint-roller -markdown-links --ignore-path .markdownlintignore --fetch-external-links "**/*.md"
39
39
if : ${{ github.event.inputs.fetch-external-links }}
You can’t perform that action at this time.
0 commit comments