Skip to content

Commit

Permalink
Add missing period at end of comment.
Browse files Browse the repository at this point in the history
As warned by golangci-lint.
  • Loading branch information
johnboyes authored Feb 8, 2024
1 parent fa704c4 commit 26c9799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/github/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/agilepathway/label-checker/internal/github/pullrequest"

Check failure on line 17 in internal/github/action.go

View workflow job for this annotation

GitHub Actions / golangci

[golangci] internal/github/action.go#L17

import 'github.com/agilepathway/label-checker/internal/github/pullrequest' is not allowed from list 'Main' (depguard)
Raw output
internal/github/action.go:17:2: import 'github.com/agilepathway/label-checker/internal/github/pullrequest' is not allowed from list 'Main' (depguard)
	"github.com/agilepathway/label-checker/internal/github/pullrequest"
	^
)

// Action encapsulates the Label Checker GitHub Action
// Action encapsulates the Label Checker GitHub Action.
type Action struct {
Stdout io.Writer // writer to write stdout messages to
Stderr io.Writer // writer to write stderr messages to
Expand Down

0 comments on commit 26c9799

Please sign in to comment.