Skip to content

Merge branch 'CURA-11966_reduce-speed-on-overhang' into CURA-12352_di… #1107

Merge branch 'CURA-11966_reduce-speed-on-overhang' into CURA-12352_di…

Merge branch 'CURA-11966_reduce-speed-on-overhang' into CURA-12352_di… #1107

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"