Skip to content

Commit

Permalink
Update clang_format.yml
Browse files Browse the repository at this point in the history
- use the proper name for the clang-format check. They currently don't have support for 20. But I'll add a PR for it.
  • Loading branch information
carlkidcrypto committed Jan 11, 2025
1 parent d3387e2 commit b6623f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-[email protected]
- uses: DoozyX/clang-format-[email protected]
with:
source: '../ezsnmp/.'
extensions: 'c,cpp,h,hpp'
Expand Down

0 comments on commit b6623f8

Please sign in to comment.