Skip to content

Merge remote-tracking branch 'origin/main' into CURA-11978_retract-an… #1137

Merge remote-tracking branch 'origin/main' into CURA-11978_retract-an…

Merge remote-tracking branch 'origin/main' into CURA-11978_retract-an… #1137

name: lint-formatter
on:
push:
paths:
- 'include/**/*.h*'
- 'src/**/*.c*'
pull_request:
types: [ opened ]
paths:
- 'include/**/*.h*'
- 'src/**/*.c*'
jobs:
lint-formatter-job:
uses: ultimaker/cura-workflows/.github/workflows/lint-formatter.yml@main
with:
file_patterns: +(include|src)/**/*.+(h|hpp|c|cpp)
command: clang-format --verbose -i
commit_message: "Apply clang-format"