We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4966f71 commit a680760Copy full SHA for a680760
1 file changed
.github/workflows/CI.yml
@@ -43,20 +43,14 @@ jobs:
43
- name: Commit lint ✨
44
uses: wagoid/commitlint-github-action@v2
45
46
- - uses: UziTech/action-setup-atom@v1
47
- - name: Setup PNPM
48
- uses: pnpm/action-setup@v1.2.1
49
- with:
50
- version: latest
51
-
52
- name: Install dependencies
53
- run: pnpm install
+ run: npm install
54
55
- name: Format ✨
56
- run: pnpm test.format
+ run: npm run test.format
57
58
# - name: Lint ✨
59
- # run: pnpm test.lint
+ # run: npm run test.lint
60
61
Release:
62
needs: [Test]
0 commit comments