Skip to content

Commit

Permalink
Fix GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman committed May 15, 2024
1 parent 5bac310 commit fb8bc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Check codestyle
working-directory: ${{github.workspace}}
run: clang-tidy -p ./compile_commands.json test/*.cpp
run: clang-tidy -p ./build/compile_commands.json test/*.cpp

0 comments on commit fb8bc1f

Please sign in to comment.