Skip to content

Commit

Permalink
towards Docker based examples workflow 14
Browse files Browse the repository at this point in the history
  • Loading branch information
duddel committed Jul 30, 2024
1 parent 07a8f68 commit 34b3310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: prepare clang-tidy
run: docker run --rm -v $(pwd):/code yourgame /bin/bash -c "cd quality && /bin/bash yg_cmake_lib.bash"
- name: run clang-tidy
run: docker run --rm -v $(pwd):/code yourgame /bin/bash -c "cd quality && /bin/bash yg_run-clang-tidy.bash" > docs/_deploy/clang-tidy_log.txt
run: docker run --rm -v $(pwd):/code yourgame /bin/bash -c "cd quality && /bin/bash yg_run-clang-tidy.bash > ../docs/_deploy/clang-tidy_log.txt"
# ToDo: parse and upload clang-tidy results
# ToDo: report clang-format violations
- name: upload artifacts
Expand Down

0 comments on commit 34b3310

Please sign in to comment.