tree: cdb6cd386ccc73220d07ebe6dd70c5a7628cf844 [path history] [tgz]
  1. action.yml
  2. Dockerfile
  3. entrypoint.sh
  4. README.md
.github/actions/go-fmt/README.md

go-fmt Docker action

This action checks for discrepancies with go fmt formatting standards.

Inputs

Outputs

exit-code

1 if formatting errors are found, 0 otherwise

Example usage

uses: actions/go-fmt@v1
with:
  dir: './lib/...'