iamnotaturtle/auto-gofmt

Auto format Go pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commit_messageCommit message, will be ignored if used with same_commitnoFormatting go code
same_commitUpdate the current commit instead of creating a new onenofalse
commit_optionsCommit optionsno
push_optionsGit push optionsno
formatter_optionsOptions for the `gofumpt` commandno-l -w .
file_patternFile pattern used for `git add`, can't be used with only_changed!no*
dryRunning the script in dry mode just shows whether there are files that should be formatted or notnofalse
only_changedOnly format files changed in the last commit, can't be used with file_pattern!nofalse
github_tokenGitHub Token or PAT token used to authenticate against a repositoryno${{ github.token }}

no outputs