clang-format.yml 335 B

1234567891011121314151617
  1. name: test-clang-format
  2. on: [push]
  3. jobs:
  4. build:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. - uses: DoozyX/clang-format-lint-action@v0.9
  9. with:
  10. source: './src'
  11. #exclude: './third_party ./external'
  12. extensions: 'h,cpp'
  13. clangFormatVersion: 11
  14. style: mozilla