Skip to content

Commit

Permalink
fix: Added VirusTotal Scan workflow and removed unnecessary code in p…
Browse files Browse the repository at this point in the history
…rint.go.
  • Loading branch information
Postcount CI committed Mar 3, 2023
1 parent 3e9509c commit 310d13c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/virus-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: VirusTotal Scan
on:
release:
types: [published]
Expand Down
1 change: 0 additions & 1 deletion print.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var errorStyle = normalStyle.Copy().BorderForeground(lipgloss.Color("9"))
var successStyle = normalStyle.Copy().BorderForeground(lipgloss.Color("46"))

func printNormal(message string) {

fmt.Println(normalStyle.
Render(message))
}
Expand Down

0 comments on commit 310d13c

Please sign in to comment.