Skip to content

Commit 9f8a59f

Browse files
committed
ci: fix lint job
1 parent feac4ed commit 9f8a59f

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,14 @@ jobs:
4646
- name: Commit lint ✨
4747
uses: wagoid/commitlint-github-action@v2
4848

49-
- uses: UziTech/action-setup-atom@v1
50-
- name: Setup PNPM
51-
uses: pnpm/action-setup@v1.2.1
52-
with:
53-
version: latest
54-
5549
- name: Install dependencies
56-
run: pnpm install
50+
run: npm install
5751

5852
# - name: Format ✨
59-
# run: pnpm test.format
53+
# run: npm run test.format
6054
#
6155
# - name: Lint ✨
62-
# run: pnpm test.lint
56+
# run: npm run test.lint
6357

6458
Release:
6559
needs: [Test]

0 commit comments

Comments
 (0)