Skip to content

Commit b92dc81

Browse files
committed
chore: use built-in npm in the Lint job
1 parent 14f36d0 commit b92dc81

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
@@ -41,20 +41,14 @@ jobs:
4141
- name: Commit lint ✨
4242
uses: wagoid/commitlint-github-action@v2
4343

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

5347
- name: Format ✨
54-
run: pnpm test.format
48+
run: npm run test.format
5549

5650
- name: Lint ✨
57-
run: pnpm test.lint
51+
run: npm run test.lint
5852

5953
Release:
6054
needs: [Test, Lint]

0 commit comments

Comments
 (0)