Skip to content

Commit c33d579

Browse files
committed
ci: fix lint job
1 parent fc62ca8 commit c33d579

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
@@ -50,20 +50,14 @@ jobs:
5050
- name: Commit lint ✨
5151
uses: wagoid/commitlint-github-action@v2
5252

53-
- uses: UziTech/action-setup-atom@v1
54-
- name: Setup PNPM
55-
uses: pnpm/[email protected]
56-
with:
57-
version: latest
58-
5953
- name: Install dependencies
60-
run: pnpm install
54+
run: npm install
6155

6256
- name: Format ✨
63-
run: pnpm test.format
57+
run: npm run test.format
6458

6559
- name: Lint ✨
66-
run: pnpm test.lint
60+
run: npm run test.lint
6761

6862
Release:
6963
needs: [Test, Lint]

0 commit comments

Comments
 (0)