mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
27485e2e66
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
15 lines
319 B
YAML
15 lines
319 B
YAML
name: Clang Format Checker
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: DoozyX/clang-format-lint-action@v0.14
|
|
with:
|
|
source: '.'
|
|
extensions: 'h,cpp,c'
|
|
clangFormatVersion: 14
|