Skip to content

Commit 1a15a6e

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

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/linters.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,13 @@ jobs:
192192
with:
193193
persist-credentials: false
194194
sparse-checkout: |
195-
Makefile
196-
benchmark/
197-
doc/
198-
lib/
199-
src/node_version.h
200-
tools/
195+
/Makefile
196+
/benchmark/
197+
/doc/
198+
/lib/
199+
/src/node_version.h
200+
/tools/
201+
pyproject.toml
201202
*.py
202203
sparse-checkout-cone-mode: false
203204
- name: Set up Python ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)