CI: clang-tidy on PR
This commit is contained in:
parent
698e27f6a0
commit
9392c2d9b2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -23,6 +23,7 @@ env:
|
|||
jobs:
|
||||
clang_tidy:
|
||||
name: Clang Tidy
|
||||
if: github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue