Skip to content

Commit

Permalink
Update clang-tidy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 committed Mar 27, 2024
1 parent a13b9fb commit 0b84fc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: "clang-tidy"

on: [pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
clang_tidy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b84fc6

Please sign in to comment.