Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

50.10 support

50.10 support #132

name: clang-format Check
on:
push:
paths:
- '.github/workflows/clang-format-check.yml'
- 'src/**'
- .clang-format
pull_request:
paths:
- '.github/workflows/clang-format-check.yml'
- 'src/**'
- .clang-format
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src/hook'
- 'src/launcher'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '15'
check-path: ${{ matrix.path }}