fontist/Setup Fontist
🔠 Install Fontist for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fontist-version | The version of Fontist to install. This can be an exact version lile '1.10.0' or a semver range such as '1.x' or '~1.15.0'. The default value is 'latest'. | — | latest |
| github-token | GitHub token for accessing private formula repositories. Uses GITHUB_TOKEN by default. | — | ${{ github.token }} |
| formula-repos | A multiline list of private Fontist formula repositories to set up. Each line should be in format: NAME URL Example: acme https://github.com/acme/fontist-formulas.git corp https://github.com/corp/fonts.git | — | "" |
| cache | Whether or not to use @actions/cache to cache things in the GitHub workflow cache. This is enabled by default. | — | true |
| cache-dependency-path | A multiline list of globs to use to derive the '~/.fontist' cache key. The default is 'manifest.yml' and 'manifest.yaml'. If no files are matched at runtime then the '~/.fontist' folder will not be cached. | — | manifest.yml manifest.yaml |
Outputs
| name | description |
|---|---|
| fontist-version | The version of Fontist that was installed. This will be something like '1.10.0' or similar. |
| cache-hit | Whether or not Fontist was restored from the runner's cache or download anew. |