Add License & CI + Release GitHub Actions Workflows #1
ci.yaml
on: pull_request
Build & Run Tests
35s
Lint (golangci)
36s
Annotations
4 errors and 2 warnings
Lint (golangci):
internal/cmd/apikey.go#L55
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
Lint (golangci):
internal/cmd/apikey.go#L102
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
Lint (golangci):
internal/cmd/init.go#L41
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
Lint (golangci)
issues found
|
Build & Run Tests
Restore cache failed: Dependencies file is not found in /home/runner/work/workos-cli/workos-cli. Supported file pattern: go.sum
|
Build & Run Tests
You are using 'latest' as default version. Will lock to '~> v2'.
|