Skip to content

Commit 124feaf

Browse files
committed
Remove npm install
1 parent af34bfe commit 124feaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
uses: actions/setup-node@v6.2.0
1717
with:
1818
node-version: 24
19-
- name: 🏗 Install NPM dependencies
20-
run: npm install
2119
- name: ⤵️ Check out code from GitHub
2220
uses: actions/checkout@v6.0.2
2321
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}

0 commit comments

Comments
 (0)