Skip to content

Commit b57bdc5

Browse files
committed
fixup! tools: use sparse-checkout in linter jobs
1 parent f49c502 commit b57bdc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/linters.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,11 @@ jobs:
193193
persist-credentials: false
194194
sparse-checkout: |
195195
Makefile
196-
configure.py
196+
benchmark/
197+
doc/
198+
lib/
197199
src/node_version.h
198-
tools/pip/
200+
tools/
199201
*.py
200202
sparse-checkout-cone-mode: false
201203
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)