{"id":13534058,"url":"https://github.com/fabasoad/setup-brainfuck-action","last_synced_at":"2025-10-28T20:31:07.875Z","repository":{"id":39858663,"uuid":"248510581","full_name":"fabasoad/setup-brainfuck-action","owner":"fabasoad","description":"This GitHub action installs brainfuck compiler.","archived":false,"fork":false,"pushed_at":"2024-04-21T12:20:47.000Z","size":6491,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-04T06:02:02.655Z","etag":null,"topics":["brainfuck","brainfuck-interpreter","esoteric-interpreter","esoteric-language","github-action","github-actions"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabasoad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2020-03-19T13:29:50.000Z","updated_at":"2025-01-26T06:33:58.000Z","dependencies_parsed_at":"2024-04-21T13:44:07.633Z","dependency_job_id":"d11455b3-3266-4927-8964-4ee357e2e618","html_url":"https://github.com/fabasoad/setup-brainfuck-action","commit_stats":null,"previous_names":["fabasoad/brainfuck-install-action"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-brainfuck-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-brainfuck-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-brainfuck-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-brainfuck-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/setup-brainfuck-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238710238,"owners_count":19517670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brainfuck","brainfuck-interpreter","esoteric-interpreter","esoteric-language","github-action","github-actions"],"created_at":"2024-08-01T07:01:25.934Z","updated_at":"2025-10-28T20:31:07.870Z","avatar_url":"https://github.com/fabasoad.png","language":null,"readme":"# Setup Brainfuck\n\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n![Releases](https://img.shields.io/github/v/release/fabasoad/setup-brainfuck-action?include_prereleases)\n![functional-tests](https://github.com/fabasoad/setup-brainfuck-action/actions/workflows/functional-tests.yml/badge.svg)\n![linting](https://github.com/fabasoad/setup-brainfuck-action/actions/workflows/linting.yml/badge.svg)\n![security](https://github.com/fabasoad/setup-brainfuck-action/actions/workflows/security.yml/badge.svg)\n\nThis action installs [brainfucky](https://pypi.org/project/brainfucky/) - one of\nthe brainfuck interpreters.\n\n## Supported OS\n\n\u003c!-- prettier-ignore-start --\u003e\n| OS      |                    |\n|---------|--------------------|\n| Windows | :white_check_mark: |\n| Linux   | :white_check_mark: |\n| macOS   | :white_check_mark: |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Prerequisites\n\nNone.\n\n## Inputs\n\n```yaml\n- uses: fabasoad/setup-brainfuck-action@v1\n  with:\n    # (Optional) brainfucky interpreter version. Defaults to the latest version.\n    version: \"0.1.dev1\"\n    # (Optional) If \"false\" skips installation if brainfucky is already installed.\n    # If \"true\" installs brainfucky in any case. Defaults to \"false\".\n    force: \"false\"\n    # (Optional) GitHub token that is used to send requests to GitHub API such\n    # as getting available python versions. Defaults to the token provided by\n    # GitHub Actions environment.\n    github-token: \"${{ github.token }}\"\n```\n\n## Outputs\n\n\u003c!-- prettier-ignore-start --\u003e\n| Name      | Description                             | Example |\n|-----------|-----------------------------------------|---------|\n| installed | Whether brainfucky was installed or not | `true`  |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Example usage\n\n### Workflow configuration\n\n```yaml\nname: Test\n\non: push\n\njobs:\n  build:\n    name: Brainfuck\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v5\n      - uses: fabasoad/setup-brainfuck-action@v1\n      - name: Hello World\n        run: |\n          touch ./hello-world.bf\n          echo \"++++++++[\u003e++++[\u003e++\u003e+++\u003e+++\u003e+\u003c\u003c\u003c\u003c-]\u003e+\u003e+\u003e-\u003e\u003e+[\u003c]\u003c-]\u003e\u003e.\u003e---.+++++++..+++.\u003e\u003e.\u003c-.\u003c.++\" \u003e ./hello-world.bf\n          echo \"+.------.--------.\u003e\u003e+.\u003e++.\" \u003e\u003e ./hello-world.bf\n          brainfucky --file ./hello-world.bf\n          rm ./hello-world.bf\n```\n\n### Result\n\n```text\nexecuting file ./hello-world.bf\nHello World!\n```\n\n## Contributions\n\n![Alt](https://repobeats.axiom.co/api/embed/bda1607cef301c7ff91531d86ea8f3578ba10c86.svg \"Repobeats analytics image\")\n","funding_links":["https://en.cryptobadges.io/donate/145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"categories":["Community Resources"],"sub_categories":["Build"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fsetup-brainfuck-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabasoad%2Fsetup-brainfuck-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fsetup-brainfuck-action/lists"}