7uhinn/area of a rectangle
Calculate the area of a rectangle
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Jun 27, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 7uhinn/area-of-rectangle-action@584ad8fa5a4f6fd3f96788bc011b1cc4f91170fc # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base | width | yes | 8 |
| height | length | yes | 8 |
Outputs
| name | description |
|---|---|
| area | the area of the rectangle |