PP-547 Set Breakaway BVT to max 40C for Factor 4 #1462
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" |