Skip to content

Commit 9ce799f

Browse files
committed
list packages to see if lefthook is installed or not
1 parent 617c64e commit 9ce799f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
node-version: 24
2323
- name: Install dependencies
2424
run: npm ci
25+
- name: list packages
26+
run: npm list
2527
- name: Lint project
2628
run: lefthook run pre-commit --all-files

0 commit comments

Comments
 (0)