Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a266b39

Browse files
committed
chore: use built-in npm in the lint job
1 parent a363385 commit a266b39

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
with:
4242
fetch-depth: 0
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
CommitLint:
6054
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)