Skip to content

Commit

Permalink
fix(clang-format): v18 of workflow
Browse files Browse the repository at this point in the history
Allows for the newest version of clang-format to always be used by
removing the clang-format version specification. This might be causing
the issues with clang-format reordering the libraries and things
crashing on the R side when the package is tested.
  • Loading branch information
kellijohnson-NOAA committed Jan 8, 2025
1 parent 3abe5b9 commit 6d9d728
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
# We use Google style to format code.
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.14
- uses: DoozyX/clang-format-lint-action@v0.18.1
with:
source: './inst/include ./src ./tests/gtest'
extensions: 'hpp, cpp'
clangFormatVersion: 13.0.0
style: Google
inplace: True

Expand Down

0 comments on commit 6d9d728

Please sign in to comment.