• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: clang-format
2on: [push, pull_request]
3jobs:
4  formatting-check:
5    name: Formatting Check
6    runs-on: ubuntu-latest
7    steps:
8    - uses: actions/checkout@v2
9    - name: Run clang-format style check.
10      uses: jidicula/clang-format-action@v4.5.0
11      with:
12        exclude-regex: 'deps\/'
13