creyd/Autopep8 Action
Automatically runs the autopep8 command on all your changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| commit_message | Commit message | no | Adjusted files for PEP-8 compliance |
| commit_options | Commit options | no | — |
| file_pattern | File pattern used for `git add` | no | * |
| checkpath | Path autopep8 checks | no | . |
| options | Parameters for autopep8 | no | "" |
| dry | Should this script apply autopep8 directly or just warn? | no | false |
| no_commit | Can be used to avoid committing the changes | no | false |
| github_token | GitHub Token or PAT token used to authenticate against a repository | no | ${{ github.token }} |
Outputs
no outputs