Skip to content

Commit

Permalink
deps(ci): bump jidicula/clang-format-action from 4.13.0 to 4.14.0 (#1150
Browse files Browse the repository at this point in the history
)

Bumps
[jidicula/clang-format-action](https://github.com/jidicula/clang-format-action)
from 4.13.0 to 4.14.0.
  • Loading branch information
denisonbarbosa authored Dec 4, 2024
2 parents bfdbe29 + 1ff0dd4 commit 26f6ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go build ./...
go generate -x -tags=tools ./pam
- name: C code formatting
uses: jidicula/clang-format-action@v4.13.0
uses: jidicula/clang-format-action@v4.14.0
with:
include-regex: '^.*\.(c|h)$' # Makes sure to run only on C (source and header) files
exclude-regex: 'vendor' # Excludes the vendor directory
Expand Down

0 comments on commit 26f6ccb

Please sign in to comment.