Skip to content

chore(deps): lock file maintenance #195

chore(deps): lock file maintenance

chore(deps): lock file maintenance #195

Workflow file for this run

name: Pre-commit checks
on:
pull_request:
merge_group:
jobs:
pre-commit:
name: "pre-commit"
runs-on: ubuntu-22.04
steps:
- uses: SonarSource/gh-action_pre-commit@15b39b4032c6f133b196430e462fc19653a697b5 # 1.0.0
with:
extra-args: --from-ref=origin/${{ github.event.pull_request.base.ref }} --to-ref=${{ github.event.pull_request.head.sha }}