Skip to content

fix android ci pipelines #2228

fix android ci pipelines

fix android ci pipelines #2228

Workflow file for this run

name: Clang Format
on: [push, pull_request]
jobs:
checkout-and-check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format
uses: DoozyX/clang-format-lint-action@v0.13
with:
source: 'src'
exclude: './third_party'
extensions: 'h,cpp,c'
clangFormatVersion: 12.0.1
inplace: False