Skip to content

Commit 22a8b1e

Browse files
committed
Fix pre-commit
1 parent fe9b440 commit 22a8b1e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
- name: Install dependencies
4747
run: npm ci
4848

49+
# Python venv needed by pre-commit
50+
- uses: actions/setup-python@v5
51+
with:
52+
python-version: "3.12"
53+
4954
- name: Run linters
5055
uses: pre-commit/[email protected]
5156

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,5 +340,6 @@
340340
|:-----------|:-------:|--------:|
341341
|actions/checkout|v4|MIT License|
342342
|actions/setup-node|v4|MIT License|
343+
|actions/setup-python|v5|MIT License|
343344
|actions/upload-artifact|v4|MIT License|
344345
|pre-commit/action|v3.0.1|MIT License|

0 commit comments

Comments
 (0)