dycw/run-hooks
Run 'pre-commit' hooks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 17, 2026
- License
- MIT
Pinned Snippet
uses: dycw/action-run-hooks@9ecd2af65a8ce157376fc68124c2458376822c33 # 0.3.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token-checkout | Personal access token (PAT) used to fetch the repository | — | ${{github.token}} |
| token-github | Personal access token (PAT) used to authenticate with GitHub | — | ${{github.token}} |
| submodules | Whether to checkout submodules | — | — |
| repos | The repos whos hooks are to be run | — | — |
| hooks | The hooks to be run | — | — |
| hooks-exclude | The hooks not to be run | — | — |
| sleep | Sleep in between runs | — | 1 |
Outputs
no outputs