Skip to content

Commit ecb7441

Browse files
committed
ci: fix lint job
1 parent 321ba90 commit ecb7441

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
@@ -43,20 +43,14 @@ 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
6054

6155
Release:
6256
needs: [Test, Lint]

0 commit comments

Comments
 (0)