lesnyrumcajs/leptosfmt action
Formatter for the leptos view! macros
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 19, 2026
- License
- GPL 3.0
Pinned Snippet
uses: lesnyrumcajs/leptosfmt-action@fe4fe47e327272581c298b0430db824db7cb0302 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| args | leptosfmt arguments (https://github.com/bram209/leptosfmt?tab=readme-ov-file#usage) | no | ./**/*.rs --check |
| leptosfmtVersion | Use custom version of leptosfmt | no | 0.1.32 |
| output | Summary output file path | no | leptosfmt_output.txt |
| debug | Enable debug output | — | false |
| failOnError | Fail if leptosfmt returns a non-zero exit code | no | true |
Outputs
| name | description |
|---|---|
| exit_code | The exit code returned from leptosfmt |