Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Zhang <z-c-ge@outlook.com>
  • Loading branch information
ZCG-coder committed May 15, 2024
1 parent 7fc9a8c commit 6c51a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Lint

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]

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

- name: Lint
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 comments on commit 6c51a15

Please sign in to comment.