Skip to content

Commit

Permalink
Merge branch 'BenWibking/tracer-particles' of github.com:quokka-astro…
Browse files Browse the repository at this point in the history
…/quokka into BenWibking/tracer-particles
  • Loading branch information
BenWibking committed Jan 15, 2024
2 parents 86cd997 + 28f5900 commit 3935c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: ZedThree/clang-tidy-review/post@v0.14.0
- uses: ZedThree/clang-tidy-review/post@v0.15.1
# lgtm_comment_body, max_comments, and annotations need to be set on the posting workflow in a split setup
with:
# adjust options as necessary
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: ZedThree/clang-tidy-review@v0.14.0
- uses: ZedThree/clang-tidy-review@v0.15.1
id: review
with:
config_file: src/.clang-tidy
Expand All @@ -27,7 +27,7 @@ jobs:
split_workflow: true

# Uploads an artefact containing clang_fixes.json
- uses: ZedThree/clang-tidy-review/upload@v0.14.0
- uses: ZedThree/clang-tidy-review/upload@v0.15.1

# If there are any comments, fail the check
- if: steps.review.outputs.total_comments > 0
Expand Down

0 comments on commit 3935c0b

Please sign in to comment.