Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! tools: use sparse-checkout in linter jobs
  • Loading branch information
aduh95 committed Dec 19, 2025
commit 1a15a6eaf14cbef31bef00abe5d6750664b3e2f5
13 changes: 7 additions & 6 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,13 @@ jobs:
with:
persist-credentials: false
sparse-checkout: |
Makefile
benchmark/
doc/
lib/
src/node_version.h
tools/
/Makefile
/benchmark/
/doc/
/lib/
/src/node_version.h
/tools/
pyproject.toml
*.py
sparse-checkout-cone-mode: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand Down