Skip to content

Merge remote-tracking branch 'origin/main' into CURA-12580_paint-on-s… #1534

Merge remote-tracking branch 'origin/main' into CURA-12580_paint-on-s…

Merge remote-tracking branch 'origin/main' into CURA-12580_paint-on-s… #1534

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"