Merge pull request #20006 from Ultimaker/flip_toolhandle_y_description #1487
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" |