Skip to content

feat: add extensions #32

feat: add extensions

feat: add extensions #32

Triggered via push August 24, 2023 17:28
Status Failure
Total duration 2m 50s
Artifacts

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
Lint: actions.go#L13
import 'github.com/chromedp/cdproto/cdp' is not allowed from list 'Main' (depguard)
Lint: actions.go#L14
import 'github.com/chromedp/cdproto/emulation' is not allowed from list 'Main' (depguard)
Lint: actions.go#L15
import 'github.com/chromedp/cdproto/input' is not allowed from list 'Main' (depguard)
Lint: actions.go#L16
import 'github.com/chromedp/cdproto/network' is not allowed from list 'Main' (depguard)
Lint: actions.go#L17
import 'github.com/chromedp/chromedp' is not allowed from list 'Main' (depguard)
Lint: actions.go#L19
import 'github.com/Davincible/chromedp-undetected/util/easyjson' is not allowed from list 'Main' (depguard)
Lint: actions.go#L24
tag is not aligned, should be: json:"name" yaml:"name" (tagalign)
Lint: actions.go#L25
tag is not aligned, should be: json:"value" yaml:"value" (tagalign)
Lint: actions.go#L26
tag is not aligned, should be: json:"domain" yaml:"domain" (tagalign)
Lint: actions.go#L27
tag is not aligned, should be: json:"path" yaml:"path" (tagalign)
Unit Tests
Process completed with exit code 1.
Summary
Process completed with exit code 1.
Lint: events.go#L60
exported: comment on exported function NetworkIdlePermanentListener should be of the form "NetworkIdlePermanentListener ..." (revive)