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 50d95b3 commit 9a95f38Copy full SHA for 9a95f38
.github/workflows/CI.yml
@@ -42,20 +42,14 @@ jobs:
42
- name: Commit lint ✨
43
uses: wagoid/commitlint-github-action@v2
44
45
- - uses: UziTech/action-setup-atom@v1
46
- - name: Setup PNPM
47
- uses: pnpm/[email protected]
48
- with:
49
- version: latest
50
-
51
- name: Install dependencies
52
- run: pnpm install
+ run: npm install
53
54
- name: Format ✨
55
- run: pnpm test.format
+ run: npm run test.format
56
57
- name: Lint ✨
58
- run: pnpm test.lint
+ run: npm run test.lint
59
60
Release:
61
needs: [Test, Lint]
0 commit comments