We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617c64e commit 9ce799fCopy full SHA for 9ce799f
.github/workflows/linting.yml
@@ -22,5 +22,7 @@ jobs:
22
node-version: 24
23
- name: Install dependencies
24
run: npm ci
25
+ - name: list packages
26
+ run: npm list
27
- name: Lint project
28
run: lefthook run pre-commit --all-files
0 commit comments