fabasoad/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 Jul 9, 2026
- License
- MIT
Pinned Snippet
uses: fabasoad/setup-brainfuck-action@c9255d59de9f38f3e8ce124c3dccaea96482c854 # v1.2.0tags 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. |