Skip to content

marwan-at-work/actionsfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actionsfmt

This is a small program that reads Go Test JSON output from its Stdin and formats it according to GitHub Actions rule.

Installation and Usage

go install marwan.io/actionsfmt@latest In an actions workflow:

  1. go install marwan.io/actionsfmt@latest
  2. run go test -json | actionsfmt

Or you can do it all in one line: go test -json | go run marwan.io/actionsfmt@latest

About

Better Go Tests output for GitHub Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages