fabasoad/Setup Piet
This GitHub action installs one of the Piet Programming Language interpreters called npiet.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: fabasoad/setup-piet-action@6a8b352f16ad57fe20edca0c562bf493ef70e3eb # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | npiet interpreter version. | no | 1.3f |
| force | If "false" skips installation if npiet is already installed. If "true" installs npiet in any case. Defaults to "false". | no | false |
Outputs
| name | description |
|---|---|
| installed | Whether npiet was installed or not. |