We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f228b4 commit 8e91199Copy full SHA for 8e91199
1 file changed
README.md
@@ -81,17 +81,12 @@ Lint:
81
- name: Commit lint ✨
82
uses: wagoid/commitlint-github-action@v2
83
84
- - name: Setup PNPM
85
- uses: pnpm/action-setup@master
86
- with:
87
- version: latest
88
-
89
- name: Install dependencies
90
- run: pnpm install
+ run: npm install
91
92
- name: Format ✨
93
- run: pnpm test.format
+ run: npm run test.format
94
95
- name: Lint ✨
96
- run: pnpm test.lint
+ run: npm run test.lint
97
```
0 commit comments