We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac4ed commit 9f8a59fCopy full SHA for 9f8a59f
1 file changed
.github/workflows/CI.yml
@@ -46,20 +46,14 @@ jobs:
46
- name: Commit lint ✨
47
uses: wagoid/commitlint-github-action@v2
48
49
- - uses: UziTech/action-setup-atom@v1
50
- - name: Setup PNPM
51
- uses: pnpm/action-setup@v1.2.1
52
- with:
53
- version: latest
54
-
55
- name: Install dependencies
56
- run: pnpm install
+ run: npm install
57
58
# - name: Format ✨
59
- # run: pnpm test.format
+ # run: npm run test.format
60
#
61
# - name: Lint ✨
62
- # run: pnpm test.lint
+ # run: npm run test.lint
63
64
Release:
65
needs: [Test]
0 commit comments