Skip to content

Commit 0ba7040

Browse files
authored
Merge pull request #87 from UTDNebula/pnpm-all-the-way
npm -> pnpm in lint check
2 parents 5725558 + ef46cc0 commit 0ba7040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: pnpm install
2727

2828
- name: Run ESLint
29-
run: npm run lint:check
29+
run: pnpm lint:check
3030

3131
- name: Run Prettier
32-
run: npm run format:check
32+
run: pnpm format:check

0 commit comments

Comments
 (0)