parent
6df5cece04
commit
154e1084ba
2 changed files with 4 additions and 3 deletions
7
.github/workflows/clangify.yml
vendored
7
.github/workflows/clangify.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Clangify
|
name: Code Style (C++)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -6,9 +6,10 @@ on:
|
||||||
- master
|
- master
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- 'webclient/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linter:
|
clang-format:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -25,4 +26,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run clangify
|
- name: Run clangify
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./.ci/lint.sh
|
run: ./.ci/lint_cpp.sh
|
||||||
|
|
Loading…
Reference in a new issue