{"id":16019829,"url":"https://github.com/fabasoad/setup-whitespace-action","last_synced_at":"2026-04-28T08:03:02.203Z","repository":{"id":252585940,"uuid":"840860143","full_name":"fabasoad/setup-whitespace-action","owner":"fabasoad","description":"This GitHub action installs Whitespace programming language interpreter","archived":false,"fork":false,"pushed_at":"2026-04-02T22:14:37.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T08:54:36.398Z","etag":null,"topics":["esoteric-programming-language","github-action","github-actions","whitespace","whitespace-interpreter","whitespace-language"],"latest_commit_sha":null,"homepage":"","language":"Shell","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad"],"github":["fabasoad"],"ko_fi":"fabasoad","liberapay":"fabasoad"}},"created_at":"2024-08-10T23:04:02.000Z","updated_at":"2026-04-02T22:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"4513fb76-b963-4bd3-be0b-9b71ad2127dd","html_url":"https://github.com/fabasoad/setup-whitespace-action","commit_stats":null,"previous_names":["fabasoad/setup-whitespace-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fabasoad/setup-whitespace-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-whitespace-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-whitespace-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-whitespace-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-whitespace-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabasoad","download_url":"https://codeload.github.com/fabasoad/setup-whitespace-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabasoad%2Fsetup-whitespace-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32371673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["esoteric-programming-language","github-action","github-actions","whitespace","whitespace-interpreter","whitespace-language"],"created_at":"2024-10-08T17:05:34.578Z","updated_at":"2026-04-28T08:03:02.199Z","avatar_url":"https://github.com/fabasoad.png","language":"Shell","funding_links":["https://www.bitcoinqrcodemaker.com/?style=bitcoin\u0026address=145HwyQAcv4vrzUumJhu7nWGAVBysX9jJH\u0026prefix=on","https://paypal.me/fabasoad","https://github.com/sponsors/fabasoad","https://ko-fi.com/fabasoad","https://liberapay.com/fabasoad"],"categories":[],"sub_categories":[],"readme":"# Setup Whitespace\n\n[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)\n![GitHub release](https://img.shields.io/github/v/release/fabasoad/setup-whitespace-action?include_prereleases)\n![functional-tests](https://github.com/fabasoad/setup-whitespace-action/actions/workflows/functional-tests.yml/badge.svg)\n![security](https://github.com/fabasoad/setup-whitespace-action/actions/workflows/security.yml/badge.svg)\n![linting](https://github.com/fabasoad/setup-whitespace-action/actions/workflows/linting.yml/badge.svg)\n\nThis action sets up a `wspace` - [Whitespace](https://web.archive.org/web/20150618184706/http://compsoc.dur.ac.uk/whitespace/tutorial.php)\nprogramming language [interpreter](https://github.com/Romejanic/Whitespace).\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-whitespace-action@v1\n  with:\n    # (Optional) If \"true\" it installs wspace even if it is already installed on\n    # a runner. Otherwise, skips installation. Defaults to false.\n    force: \"false\"\n    # (Optional) GitHub token that is used to send requests to GitHub API.\n    # Defaults to the token provided by 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 wspace was installed or not | `true`  |\n\u003c!-- prettier-ignore-end --\u003e\n\n## Example usage\n\n```yaml\nname: Setup Whitespace\n\non: push\n\njobs:\n  setup:\n    name: Setup\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v5\n      - uses: fabasoad/setup-whitespace-action@v1\n      - name: Run script\n        run: wspace hello-world.ws\n```\n\n## Contributions\n\n![Alt](https://repobeats.axiom.co/api/embed/de85087d6bfdec06350fc6803fee9c1b435a0b11.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fsetup-whitespace-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabasoad%2Fsetup-whitespace-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabasoad%2Fsetup-whitespace-action/lists"}