fontist/Setup Fontist

🔠 Install Fontist for GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fontist-versionThe 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-tokenGitHub token for accessing private formula repositories. Uses GITHUB_TOKEN by default.${{ github.token }}
formula-reposA 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 ""
cacheWhether or not to use @actions/cache to cache things in the GitHub workflow cache. This is enabled by default.true
cache-dependency-pathA 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
namedescription
fontist-versionThe version of Fontist that was installed. This will be something like '1.10.0' or similar.
cache-hitWhether or not Fontist was restored from the runner's cache or download anew.