CI: Separate C++ linting (#4400)

* separate cpp lint

* made executable
This commit is contained in:
tooomm 2021-09-14 22:11:56 +02:00 committed by GitHub
parent 6df5cece04
commit 154e1084ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Clangify
name: Code Style (C++)
on:
pull_request:
@ -6,9 +6,10 @@ on:
- master
paths-ignore:
- '**.md'
- 'webclient/**'
jobs:
linter:
clang-format:
runs-on: ubuntu-latest
steps:
@ -25,4 +26,4 @@ jobs:
- name: Run clangify
shell: bash
run: ./.ci/lint.sh
run: ./.ci/lint_cpp.sh