Skip to content

Commit 437152d

Browse files
committed
fix: Run npm install in pre-commit action
1 parent 5c7254e commit 437152d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
python-version: "3.12"
1717
- name: Install uv
1818
uses: astral-sh/setup-uv@v5
19+
- name: Install npm packages
20+
run: npm install
1921
- name: Run pre-commit
2022
run: |-
2123
uvx --with pre-commit-uv pre-commit run --all-files

0 commit comments

Comments
 (0)