Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Update linter to fix instead of check (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel567 authored and milkyklim committed Jan 26, 2021
1 parent f055a58 commit 1da4562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm install

- name: Run linter on
run: npm run lint:check
run: npm run lint:fix

- name: Check markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down

0 comments on commit 1da4562

Please sign in to comment.