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 fc62ca8 commit c33d579Copy full SHA for c33d579
.github/workflows/ci.yml
@@ -50,20 +50,14 @@ jobs:
50
- name: Commit lint ✨
51
uses: wagoid/commitlint-github-action@v2
52
53
- - uses: UziTech/action-setup-atom@v1
54
- - name: Setup PNPM
55
- uses: pnpm/[email protected]
56
- with:
57
- version: latest
58
-
59
- name: Install dependencies
60
- run: pnpm install
+ run: npm install
61
62
- name: Format ✨
63
- run: pnpm test.format
+ run: npm run test.format
64
65
- name: Lint ✨
66
- run: pnpm test.lint
+ run: npm run test.lint
67
68
Release:
69
needs: [Test, Lint]
0 commit comments