Self updating and Fancy Output w/ a fix! #15
Annotations
7 errors and 2 warnings
Run dominikh/staticcheck-action@v1:
cmd/root.go#L44
should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (S1038)
|
Run dominikh/staticcheck-action@v1:
cmd/self.go#L39
error strings should not be capitalized (ST1005)
|
Run dominikh/staticcheck-action@v1:
cmd/self.go#L46
should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (S1038)
|
Run dominikh/staticcheck-action@v1:
cmd/self.go#L52
error strings should not end with punctuation or newlines (ST1005)
|
Run dominikh/staticcheck-action@v1:
cmd/version.go#L28
error strings should not be capitalized (ST1005)
|
Run dominikh/staticcheck-action@v1:
internal/github/models.go#L38
should use fmt.Printf instead of fmt.Println(fmt.Sprintf(...)) (but don't forget the newline) (S1038)
|
Run dominikh/staticcheck-action@v1
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading