3 # Get the repository with all commits to ensure that we can analyze
4 # all of the commits contributed via the Pull Request.
8 types: [opened, synchronize]
10 # Avoid unnecessary builds. Unlike the main CI jobs, these are not
11 # ci-configurable (but could be).
13 group: ${{ github.workflow }}-${{ github.ref }}
14 cancel-in-progress: true
21 runs-on: ubuntu-latest
23 - uses: actions/checkout@v4
27 - run: ci/install-dependencies.sh
29 - name: git clang-format
30 continue-on-error: true
33 ./ci/run-style-check.sh \
34 "${{github.event.pull_request.base.sha}}"