Skip to content

Commit dc34c63

Browse files
committed
ci: fix lint job
1 parent 677c8d5 commit dc34c63

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
@@ -44,20 +44,14 @@ jobs:
4444
- name: Commit lint ✨
4545
uses: wagoid/commitlint-github-action@v2
4646

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

5650
- name: Format ✨
57-
run: pnpm test.format
51+
run: npm run test.format
5852

5953
# - name: Lint ✨
60-
# run: pnpm test.lint
54+
# run: npm run test.lint
6155

6256
Release:
6357
needs: [Test, Lint]

0 commit comments

Comments
 (0)