Skip to content

Commit c21c039

Browse files
committed
remove debug step for listing all installed packages
1 parent 7a94d2b commit c21c039

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linting.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v5
19+
1920
- name: Set up Node
2021
uses: actions/setup-node@v6
2122
with:
2223
node-version: 24
24+
2325
- name: Install dependencies
2426
run: npm ci
25-
- name: list packages
26-
run: npm list
27+
2728
- name: Lint project
2829
run: npx lefthook run pre-commit --all-files

0 commit comments

Comments
 (0)