Skip to content

ci: Disable Sonar for dependabot PRs #263

ci: Disable Sonar for dependabot PRs

ci: Disable Sonar for dependabot PRs #263

Workflow file for this run

name: pre-commit
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v7
- name: Run pre-commit
uses: pre-commit/actions@v3.0.1
with:
extra_args: --from-ref=${{ github.event.pull_request.base.sha }} --to-ref=${{ github.sha }}