Skip to content

Commit

Permalink
Moved Renovate config validation into GitHub Actions (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Oct 23, 2024
1 parent 17d0408 commit 372c652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- run: uv sync --python-preference=only-managed
- run: uv run refurb ldp tests
- run: uv run pylint ldp tests
- if: matrix.python-version == '3.11' # Only need to run this on one version
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
test:
runs-on: large-runner
steps:
Expand Down
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ repos:
rev: 0.4.21
hooks:
- id: uv-lock
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 38.122.0
hooks:
- id: renovate-config-validator
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.0
hooks:
Expand Down

0 comments on commit 372c652

Please sign in to comment.