Skip to content

Commit 7ab3f10

Browse files
authored
ci: fix lint workflow
1 parent 6c11946 commit 7ab3f10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
- name: Create a Temporary package.json
2929
run: npm init --yes
3030
- 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
3232
- name: Run markdownlint
3333
run: npx electron-markdownlint "**/*.md"
3434
- 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"
3636
if: ${{ always() }}
3737
- 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"
3939
if: ${{ github.event.inputs.fetch-external-links }}

0 commit comments

Comments
 (0)