Support quote selected comments to reply #23655
pull-compliance.yml
on: pull_request
files-changed
/
detect
4s
lint-backend
6m 29s
lint-templates
33s
lint-yaml
0s
lint-swagger
0s
lint-spell
28s
lint-go-windows
6m 19s
lint-go-gogit
5m 51s
checks-backend
3m 7s
frontend
1m 2s
backend
6m 44s
docs
0s
actions
0s
Annotations
6 errors
web_src/js/markup/html2markdown.test.ts > convertHtmlToMarkdown:
web_src/js/markup/html2markdown.test.ts#L15
AssertionError: expected '![image](link)' to be '![](link)' // Object.is equality
Expected: "![](link)"
Received: "![image](link)"
❯ web_src/js/markup/html2markdown.test.ts:15:56
|
frontend
Process completed with exit code 2.
|
checks-backend
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
lint-go-gogit
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
lint-go-windows
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|
lint-backend
cannot use debug.SetCrashOutput (value of type func(f *os.File, opts debug.CrashOptions) error) as func(*os.File) error value in assignment
|