Skip to content

Commit

Permalink
ignore linker files in clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittich committed Jan 9, 2025
1 parent b4355a0 commit 98682d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
**/.gitignore
**/.git*
**/LICENSE
**/*.ld
- name: Format changed files
if: steps.changed-files.outputs.any_changed == 'true'
uses: DoozyX/clang-format-lint-action@v0.17
Expand Down

0 comments on commit 98682d1

Please sign in to comment.