darthbenro008/Goimports Check Action
A ready to use GitHub action to check goimports with folder/file exclusions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 20, 2024
- License
- MIT
Pinned Snippet
uses: darthbenro008/goimports-check-action@edb8a5c344735b301d632f58da7f9d56b11fbd7d # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| root-path | Root path of GoImports | yes | ./ |
| excludes | A comma seperated string of directories to exclude | no | "" |
Outputs
| name | description |
|---|---|
| goimports-output | The goimports output if the command fail |