Skip to content

Commit 6c51a15

Browse files
authored
Update lint.yml
Signed-off-by: Andy Zhang <[email protected]>
1 parent 7fc9a8c commit 6c51a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Lint
44

55
on:
66
push:
7-
branches: [ "main" ]
7+
branches: [ "main", "develop" ]
88
pull_request:
99
branches: [ "main" ]
1010

@@ -44,4 +44,4 @@ jobs:
4444
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4545

4646
- name: Lint
47-
run: python3 ${{github.workspace}}/tools/run_clang_tidy.py -source-filter='.*lib.*' -p ${{github.workspace}}/build
47+
run: python3 tools/run_clang_tidy.py -source-filter='.*lib.*' -p build

0 commit comments

Comments
 (0)