Skip to content

Commit e79f25c

Browse files
authored
ci: fix lint job
1 parent c5f4217 commit e79f25c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,15 @@ jobs:
4343
- name: Commit lint ✨
4444
uses: wagoid/commitlint-github-action@v2
4545

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

5549
- name: Format ✨
56-
run: pnpm test.format
50+
run: npm run test.format
5751

5852
- name: Lint ✨
59-
run: pnpm test.lint
53+
run: npm run test.lint
54+
6055

6156
Release:
6257
needs: [Test, Lint]

0 commit comments

Comments
 (0)