Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 7, 2024
1 parent 0d8edac commit 4bf49fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
name: Tidy
runs-on: ubuntu-22.04
steps:
- name: Install Softwares
run: |
sudo apt-get update
sudo apt-get install clang-tidy-diff
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 4bf49fd

Please sign in to comment.