Skip to content

CURA-12313 Add argument to set actual number of output extruders #141

CURA-12313 Add argument to set actual number of output extruders

CURA-12313 Add argument to set actual number of output extruders #141

Workflow file for this run

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