Skip to content

Bump softprops/action-gh-release from 2.0.8 to 2.1.0 (#15) #4727

Bump softprops/action-gh-release from 2.0.8 to 2.1.0 (#15)

Bump softprops/action-gh-release from 2.0.8 to 2.1.0 (#15) #4727

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'