You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Setup Fontist
v1.0.1
๐ Install Fontist for GitHub Actions
- uses: fontist/setup-fontist@v1
- run: fontist install "Fira Code" |
๐ Uses Ruby to install the fontist Ruby gem
๐ฆ Works with Windows
๐ Lets you install additional fonts
on: push
jobs:
job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jcbhmr/setup-fontist@v1
- run: fontist install "Fira Code"
-
setup-ruby
: Whether or not to run ruby/setup-ruby or to assume that the user has supplied an appropriate global Ruby installation. Defaults totrue
. Set this tofalse
to provide your own custom Ruby installation. -
fontist-version
: An exact version of the fontist Ruby gem to install. Defaults to1.19.0
.
TODO: Add development section