Skip to content

Commit

Permalink
fixes workdir for clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Oct 17, 2023
1 parent c8a97ae commit d285d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: reviewdog with clang-tidy
uses: arkedge/[email protected]
with:
workdir: ./sdks/c/
workdir: ./sdks/c/build/

- name: Build
working-directory: ./sdks/c/
Expand Down

0 comments on commit d285d85

Please sign in to comment.