Skip to content

Commit 6b5aebd

Browse files
committed
ci: fix lint error
1 parent 2e6f047 commit 6b5aebd

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
@@ -53,20 +53,14 @@ jobs:
5353
- name: Commit lint ✨
5454
uses: wagoid/commitlint-github-action@v2
5555

56-
- uses: UziTech/action-setup-atom@v1
57-
- name: Setup PNPM
58-
uses: pnpm/[email protected]
59-
with:
60-
version: latest
61-
6256
- name: Install dependencies
63-
run: pnpm install
57+
run: npm install
6458

6559
- name: Format ✨
66-
run: pnpm test.format
60+
run: npm run test.format
6761

6862
- name: Lint ✨
69-
run: pnpm test.lint
63+
run: npm run test.lint
7064

7165
Release:
7266
needs: [Test, Lint]

0 commit comments

Comments
 (0)