We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0537394 commit 39836afCopy full SHA for 39836af
1 file changed
‎action.yml‎
@@ -34,14 +34,14 @@ runs:
34
env | grep -E 'PNPM|NPM|NODE|PATH'
35
shell: bash
36
37
- - name: pnpm help
38
- run: pnpm help
39
- shell: bash
+ # - name: pnpm help
+ # run: pnpm help
+ # shell: bash
40
41
- name: Install dependencies
42
run: pnpm install --frozen-lockfile --loglevel debug
43
44
-
+
45
- name: Run lint
46
run: |
47
if [ "$RUN_LINT" = "1" ]; then
0 commit comments