Skip to content

Commit 9a95f38

Browse files
committed
ci: fix lint job
1 parent 50d95b3 commit 9a95f38

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,14 @@ jobs:
4242
- name: Commit lint ✨
4343
uses: wagoid/commitlint-github-action@v2
4444

45-
- uses: UziTech/action-setup-atom@v1
46-
- name: Setup PNPM
47-
uses: pnpm/[email protected]
48-
with:
49-
version: latest
50-
5145
- name: Install dependencies
52-
run: pnpm install
46+
run: npm install
5347

5448
- name: Format ✨
55-
run: pnpm test.format
49+
run: npm run test.format
5650

5751
- name: Lint ✨
58-
run: pnpm test.lint
52+
run: npm run test.lint
5953

6054
Release:
6155
needs: [Test, Lint]

0 commit comments

Comments
 (0)