Skip to content

Commit 342af79

Browse files
committed
ci: fix lint job
1 parent 2642e00 commit 342af79

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/CI.yml

+4-10
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
55-
#
48+
run: npm run test.format
49+
5650
# - name: Lint ✨
57-
# run: pnpm test.lint
51+
# run: npm run test.lint
5852

5953
Release:
6054
needs: [Test]

0 commit comments

Comments
 (0)