Skip to content

Bump the github-actions group with 3 updates #151

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #151

name: clang-format 11 check
on:
pull_request:
types: [opened, synchronize]
jobs:
formatting-check:
name: Formatting check
runs-on: ubuntu-20.04
steps:
- name: Code checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Is-clang-formatted hook
run: ./hooks/is-clang-formatted.sh
- name: Show diff
if: always()
run: git diff