Skip to content

BUILD-4660 gh-action_pre-commit example contains an error #107

BUILD-4660 gh-action_pre-commit example contains an error

BUILD-4660 gh-action_pre-commit example contains an error #107

Workflow file for this run

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