mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 11:35:54 +08:00
Fix file patterns syntax, maybe
This commit is contained in:
parent
f95d073b1b
commit
d1932b5bdb
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…
x
Reference in New Issue
Block a user