mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-26 06:15:14 -07:00
Fix file patterns syntax, maybe
This commit is contained in:
parent
f95d073b1b
commit
d1932b5bdb
1 changed files with 3 additions and 1 deletions
4
.github/workflows/printer-linter-format.yml
vendored
4
.github/workflows/printer-linter-format.yml
vendored
|
|
@ -14,6 +14,8 @@ jobs:
|
|||
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
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue