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 2642e00 commit 342af79Copy full SHA for 342af79
.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
55
- #
+ run: npm run test.format
+
56
# - name: Lint ✨
57
- # run: pnpm test.lint
+ # run: npm run test.lint
58
59
Release:
60
needs: [Test]
0 commit comments