We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9b440 commit 22a8b1eCopy full SHA for 22a8b1e
.github/workflows/check-dist.yml
@@ -46,6 +46,11 @@ jobs:
46
- name: Install dependencies
47
run: npm ci
48
49
+ # Python venv needed by pre-commit
50
+ - uses: actions/setup-python@v5
51
+ with:
52
+ python-version: "3.12"
53
+
54
- name: Run linters
55
uses: pre-commit/[email protected]
56
NOTICE-3RD-PARTY-CONTENT.md
@@ -340,5 +340,6 @@
340
|:-----------|:-------:|--------:|
341
|actions/checkout|v4|MIT License|
342
|actions/setup-node|v4|MIT License|
343
+|actions/setup-python|v5|MIT License|
344
|actions/upload-artifact|v4|MIT License|
345
|pre-commit/action|v3.0.1|MIT License|
0 commit comments