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 321ba90 commit ecb7441Copy full SHA for ecb7441
.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/[email protected]
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, Lint]
0 commit comments