Skip to content

Commit

Permalink
CI: clang-tidy on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Feb 20, 2024
1 parent 35bc2ab commit 910f434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ env:
# defaults:
# shell: pwsh on windows, bash all the rest
# working-directory: ${{ github.workspace }}

jobs:
clang_tidy:
if: ${{ github.ref_type == 'branch' }}
name: Clang Tidy
if: github.event_name == 'pull_request'
runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 910f434

Please sign in to comment.