Skip to content

Commit

Permalink
Merge pull request #1435 from hzeller/20220908-disable-clang-tidy-for…
Browse files Browse the repository at this point in the history
…-now

Disable clang-tidy in CI for now, as it results in false positives.
  • Loading branch information
hzeller authored Sep 8, 2022
2 parents 90775cb + 64754a6 commit 0305dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verible-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: ./.github/bin/run-clang-format.sh

ClangTidy:
if: false # currently disabled, see #1434
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit 0305dd4

Please sign in to comment.