Skip to content

Fix typo

Fix typo #381

name: clang-format-lint
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.9
with:
exclude: './tests'
style: 'LLVM'