Skip to content

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 (#16) #4733

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 (#16)

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 (#16) #4733

name: clang-format check
#on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'Source'
- 'test'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++ programs.
uses: pionere/clang-format-action@v1
continue-on-error: true
with:
clang-format-version: '11'
check-path: ${{ matrix.path }}
exclude-regex: 'platform'
fallback-style: 'webkit'