Playlist based on chat history

Fix 1

Fix 2

Fix 2.6

Logging
This commit is contained in:
2023-07-17 18:27:15 +02:00
committed by migatu
parent dc9946533e
commit 2641965792
4 changed files with 152 additions and 9 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
plugins
user_trunk.yaml
user.yaml
shims
tools
+10
View File
@@ -0,0 +1,10 @@
# Autoformatter friendly markdownlint config (all formatting rules disabled)
default: true
blank_lines: false
bullet: false
html: false
indentation: false
line_length: false
spaces: false
url: false
whitespace: false
+7 -3
View File
@@ -1,13 +1,17 @@
version: 0.1
cli:
version: 1.11.1
version: 1.12.1
plugins:
sources:
- id: trunk
ref: v0.0.20
ref: v0.0.22
uri: https://github.com/trunk-io/plugins
lint:
enabled:
- actionlint@1.6.25
- markdownlint@0.35.0
- trivy@0.43.1
- trufflehog@3.44.0
- pylint
- codespell
- cspell
@@ -31,7 +35,7 @@ runtimes:
enabled:
- go@1.19.5
- node@18.12.1
- python@3.10.6
- python@3.10.8
actions:
disabled:
- trunk-announce