Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Oct 10, 2024
1 parent fe9b440 commit 22a8b1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Install dependencies
run: npm ci

# Python venv needed by pre-commit
- uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Run linters
uses: pre-commit/[email protected]

Expand Down
1 change: 1 addition & 0 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,5 +340,6 @@
|:-----------|:-------:|--------:|
|actions/checkout|v4|MIT License|
|actions/setup-node|v4|MIT License|
|actions/setup-python|v5|MIT License|
|actions/upload-artifact|v4|MIT License|
|pre-commit/action|v3.0.1|MIT License|

0 comments on commit 22a8b1e

Please sign in to comment.