We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f36d0 commit b92dc81Copy full SHA for b92dc81
.github/workflows/CI.yml
@@ -41,20 +41,14 @@ jobs:
41
- name: Commit lint ✨
42
uses: wagoid/commitlint-github-action@v2
43
44
- - uses: UziTech/action-setup-atom@v1
45
- - name: Setup PNPM
46
- uses: pnpm/[email protected]
47
- with:
48
- version: latest
49
-
50
- name: Install dependencies
51
- run: pnpm install
+ run: npm install
52
53
- name: Format ✨
54
- run: pnpm test.format
+ run: npm run test.format
55
56
- name: Lint ✨
57
- run: pnpm test.lint
+ run: npm run test.lint
58
59
Release:
60
needs: [Test, Lint]
0 commit comments