{"id":28624351,"url":"https://github.com/fonttools/setup-fontspector","last_synced_at":"2025-10-29T15:42:33.872Z","repository":{"id":294279826,"uuid":"986471993","full_name":"fonttools/setup-fontspector","owner":"fonttools","description":"Sets up the fontspector font QA tool","archived":false,"fork":false,"pushed_at":"2025-06-09T08:40:01.000Z","size":1028,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T07:14:14.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fonttools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-19T16:56:24.000Z","updated_at":"2025-05-19T17:18:51.000Z","dependencies_parsed_at":"2025-05-19T18:30:40.584Z","dependency_job_id":"681d9baa-e1c0-4a8d-b0f1-a7f884101b03","html_url":"https://github.com/fonttools/setup-fontspector","commit_stats":null,"previous_names":["fonttools/setup-fontspector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fonttools/setup-fontspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonttools%2Fsetup-fontspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonttools%2Fsetup-fontspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonttools%2Fsetup-fontspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonttools%2Fsetup-fontspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fonttools","download_url":"https://codeload.github.com/fonttools/setup-fontspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fonttools%2Fsetup-fontspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281650203,"owners_count":26537953,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"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":[],"created_at":"2025-06-12T07:12:26.753Z","updated_at":"2025-10-29T15:42:33.867Z","avatar_url":"https://github.com/fonttools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Fontspector\n\n[![GitHub Super-Linter](https://github.com/fonttools/setup-fontspector/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)\n![CI](https://github.com/fonttools/setup-fontspector/actions/workflows/ci.yml/badge.svg)\n\nUse this template to install Fontspector in your GitHub Actions Workflow:\n\n```yaml\n- name: Install fontspector\n  uses: fonttools/setup-fontspector@main\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\nBy default, this installs the latest released version as a binary. You may also\nchoose a specific release:\n\n```yaml\n- name: Install fontspector\n  uses: fonttools/setup-fontspector@main\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  with:\n    version: 1.0.1\n```\n\nor you can get a recent binary build artefact by requesting a \"head\" version:\n\n```yaml\n# Needed for source build\n- uses: actions-rust-lang/setup-rust-toolchain@v1\n- uses: arduino/setup-protoc@v3\n  with:\n    repo-token: ${{ secrets.GITHUB_TOKEN }}\n\n- name: Install fontspector\n  uses: fonttools/setup-fontspector@main\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  with:\n    version: 1.0.1\n```\n\nor you can build from source by requesting any non-default features you would\nlike to build (as a space separated list)\n\n```yaml\n# Needed for source build\n- uses: actions-rust-lang/setup-rust-toolchain@v1\n- uses: arduino/setup-protoc@v3\n  with:\n    repo-token: ${{ secrets.GITHUB_TOKEN }}\n\n- name: Install fontspector\n  uses: fonttools/setup-fontspector@main\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  with:\n    version: latest\n    features: python duckdb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffonttools%2Fsetup-fontspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffonttools%2Fsetup-fontspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffonttools%2Fsetup-fontspector/lists"}