Skip to content

BUILD-4613 provide a way to trigger releasability checks before creating a release #28

BUILD-4613 provide a way to trigger releasability checks before creating a release

BUILD-4613 provide a way to trigger releasability checks before creating a release #28

Workflow file for this run

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