Skip to content

Commit 0537394

Browse files
committed
🔧 fix(action): remove unused steps from the workflow
1 parent abe79c6 commit 0537394

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

‎action.yml‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
uses: pnpm/action-setup@v4
1818
with:
1919
version: latest
20-
20+
2121
- name: Setup CI, Build and Test Package
2222
uses: actions/setup-node@v4
2323
with:
@@ -33,9 +33,15 @@ runs:
3333
which pnpm
3434
env | grep -E 'PNPM|NPM|NODE|PATH'
3535
shell: bash
36+
37+
- name: pnpm help
38+
run: pnpm help
39+
shell: bash
40+
3641
- name: Install dependencies
37-
run: pnpm install --frozen-lockfile
42+
run: pnpm install --frozen-lockfile --loglevel debug
3843
shell: bash
44+
3945
- name: Run lint
4046
run: |
4147
if [ "$RUN_LINT" = "1" ]; then

0 commit comments

Comments
 (0)