Skip to content

Commit

Permalink
ci: fix auto-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed May 15, 2024
1 parent 771dbb1 commit 4eae4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-fix-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Create a Temporary package.json
run: npm init --yes
- name: Install @electron/lint-roller
run: npm install --save-dev @electron/lint-roller
run: npm install --save-dev @electron/lint-roller@^2.1.0
- name: Run markdownlint
run: npx electron-markdownlint --fix "**/*.md"
- name: Lint JS in Markdown with standard
run: npx electron-lint-markdown-standard --ignore-path .markdownlintignore --semi --fix "**/*.md"
run: npx lint-roller-markdown-standard --ignore-path .markdownlintignore --semi --fix "**/*.md"
- name: Push Any Changes
run: |
rm -rf node_modules
Expand Down

0 comments on commit 4eae4a5

Please sign in to comment.