mirror of
https://github.com/tcsenpai/autogpt-gui.git
synced 2025-06-04 16:30:05 +00:00
24 lines
490 B
YAML
24 lines
490 B
YAML
syntax_version: "2023-01-09"
|
|
meta:
|
|
labels:
|
|
- "cleanthat"
|
|
refs:
|
|
protected_patterns:
|
|
- "refs/heads/develop"
|
|
- "refs/heads/main"
|
|
- "refs/heads/master"
|
|
full_clean_on_configuration_change: false
|
|
can_edit_not_protected_branches: true
|
|
source_code:
|
|
encoding: "UTF-8"
|
|
line_ending: "GIT"
|
|
engines:
|
|
- engine: "spotless"
|
|
skip: false
|
|
source_code: {}
|
|
steps:
|
|
- id: "spotless"
|
|
skip: false
|
|
parameters:
|
|
configuration: "repository:/.cleanthat/spotless.yaml"
|