Merge branch 'main' into flip_toolhandle_y_description #1486
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: printer-linter-format | |
on: | |
push: | |
paths: | |
- 'resources/definitions/**' | |
- 'resources/extruders/**' | |
- 'resources/intent/**' | |
- 'resources/quality/**' | |
- 'resources/variants/**' | |
jobs: | |
printer-linter-format: | |
name: Printer linter auto format | |
uses: ultimaker/cura-workflows/.github/workflows/lint-formatter.yml@main | |
with: | |
file_patterns: | | |
resources/+(definitions|extruders)/*.def.json | |
resources/+(intent|quality|variants)/**/*.inst.cfg | |
command: python printer-linter/src/terminal.py --format | |
commit_message: "Apply printer-linter format" |