Skip to content

Commit

Permalink
Remove tidy diff to always check the entire project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT authored and leewei05 committed Jun 22, 2024
1 parent cbfc15d commit 9e66136
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ jobs:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install -q -y clang-tidy-18
- name: static checks on diff
if: ${{ github.event_name == 'push' }}
run: |
export CLANG_TIDY_DIFF=clang-tidy-diff-18.py
scripts/check-tidy-diff.sh
- name: static checks
if : ${{ github.event_name == 'pull_request' }}
run: |
export CLANG_TIDY=clang-tidy-18
make tidy
Expand Down
26 changes: 0 additions & 26 deletions scripts/check-tidy-diff.sh

This file was deleted.

0 comments on commit 9e66136

Please sign in to comment.