Skip to content

Commit

Permalink
Tries to update the clang-format.yml workflow
Browse files Browse the repository at this point in the history
This workflow is broken, let's see if an update will fix it.

Signed-off-by: Vinícius Ferrão <[email protected]>
  • Loading branch information
viniciusferrao committed Jan 13, 2025
1 parent a659471 commit 69d6dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/clang-format-action@v4.6.2
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: '14'
check-path: 'src'
Expand Down

0 comments on commit 69d6dac

Please sign in to comment.