Skip to content

Commit

Permalink
fix tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Oct 18, 2023
1 parent 018427b commit 1f94409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ jobs:
- name: Configure CMake
working-directory: ${{github.workspace}}
run: bash scripts/clang-tidy.sh build
run: bash modyn/storage/scripts/clang-tidy.sh build

- name: Run clang-tidy
working-directory: ${{github.workspace}}
run: bash scripts/clang-tidy.sh run_tidy
run: bash modyn/storage/scripts/clang-tidy.sh run_tidy

cpp_build_and_test:
name: Build + Test (C++)
Expand Down

0 comments on commit 1f94409

Please sign in to comment.