actions-marketplace-validations/Setup Brainfuck
This GitHub action installs one of the brainfuck interpreters called brainfucky
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 12, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/fabasoad_setup-brainfuck-action@831f9a22a4e50d1faacb4eed3b603303e8a8076f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | brainfucky interpreter version. | no | latest |
| force | If "false" skips installation if brainfucky is already installed. If "true" installs brainfucky in any case. Defaults to "false". | no | false |
| github-token | GitHub token that is used to send requests to GitHub API such as getting available python versions. Defaults to the token provided by GitHub Actions environment. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| installed | Whether brainfucky was installed or not. |