Skip to content

feat: add priority for pushover messages #30

feat: add priority for pushover messages

feat: add priority for pushover messages #30

Triggered via pull request November 29, 2023 07:05
Status Failure
Total duration 51s
Artifacts

pull_request.yml

on: pull_request
Perform Checks
39s
Perform Checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Perform Checks: service/mattermost/mattermost.go#L135
string `://` has 2 occurrences, make it a constant (goconst)
Perform Checks: service/mattermost/mattermost.go#L138
string `*** has 2 occurrences, make it a constant (goconst)
Perform Checks: service/textmagic/textmagic.go#L13
File is not `gofmt`-ed with `-s` (gofmt)
Perform Checks: service/matrix/matrix.go#L4
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
Perform Checks: main.go#L4
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
Perform Checks: service/matrix/matrix.go#L14
struct field `Url` should be `URL` (golint)
Perform Checks: service/discord/discord.go#L9
import 'github.com/kha7iq/pingme/service/helpers' is not allowed from list 'Main' (depguard)
Perform Checks: service/discord/discord.go#L11
import 'github.com/nikoksr/notify' is not allowed from list 'Main' (depguard)
Perform Checks: service/discord/discord.go#L12
import 'github.com/nikoksr/notify/service/discord' is not allowed from list 'Main' (depguard)
Perform Checks: service/discord/discord.go#L13
import 'github.com/urfave/cli/v2' is not allowed from list 'Main' (depguard)
Perform Checks
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/