We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc9a8c commit 6c51a15Copy full SHA for 6c51a15
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ name: Lint
4
5
on:
6
push:
7
- branches: [ "main" ]
+ branches: [ "main", "develop" ]
8
pull_request:
9
branches: [ "main" ]
10
@@ -44,4 +44,4 @@ jobs:
44
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
45
46
- name: Lint
47
- run: python3 ${{github.workspace}}/tools/run_clang_tidy.py -source-filter='.*lib.*' -p ${{github.workspace}}/build
+ run: python3 tools/run_clang_tidy.py -source-filter='.*lib.*' -p build
0 commit comments