Skip to content

Commit

Permalink
fix(ci): run only necessary scripts every step
Browse files Browse the repository at this point in the history
  • Loading branch information
yeskunall committed Sep 24, 2024
1 parent e19c161 commit 2dadf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: pnpm run lint:spell

- name: Run markdownlint
run: pnpm run lint:md lint:spell
run: pnpm run lint:md

- name: Run eslint
run: pnpm run lint

0 comments on commit 2dadf61

Please sign in to comment.