Skip to content

Commit 39836af

Browse files
committed
🔧 fix(action): remove commented-out pnpm help step from the workflow
1 parent 0537394 commit 39836af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎action.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ runs:
3434
env | grep -E 'PNPM|NPM|NODE|PATH'
3535
shell: bash
3636

37-
- name: pnpm help
38-
run: pnpm help
39-
shell: bash
37+
# - name: pnpm help
38+
# run: pnpm help
39+
# shell: bash
4040

4141
- name: Install dependencies
4242
run: pnpm install --frozen-lockfile --loglevel debug
4343
shell: bash
44-
44+
4545
- name: Run lint
4646
run: |
4747
if [ "$RUN_LINT" = "1" ]; then

0 commit comments

Comments
 (0)