Files
flameshot/.github/workflows/clang-format.yml
2020-09-24 07:53:28 -05:00

18 lines
346 B
YAML

name: test-clang-format
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.9
with:
source: './src'
#exclude: './third_party ./external'
extensions: 'h,cpp'
clangFormatVersion: 11
style: file