mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-22 18:47:56 -05:00
- Composite actions for code quality and dependency installations for python and frontend - Update code quality & pytest workflows - Add release workflow to handle checks/tests, build and publish to PyPI - Update `create_installer.sh` to work with the release workflow - Add docs/RELEASE.md explaining the workflow
14 lines
249 B
YAML
14 lines
249 B
YAML
endOfLine: lf
|
|
tabWidth: 2
|
|
useTabs: false
|
|
singleQuote: true
|
|
quoteProps: as-needed
|
|
embeddedLanguageFormatting: auto
|
|
overrides:
|
|
- files: '*.md'
|
|
options:
|
|
proseWrap: preserve
|
|
printWidth: 80
|
|
parser: markdown
|
|
cursorOffset: -1
|