f-actions/Font Project Configuration

Set up font project build configuration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 14, 2023
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: f-actions/font-setup@1a9d83f0e36882573e530ca61e01837093be5c18 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
projectnameTypeface family name (optional, default='Font')noFont
sourcepathPath to source file directory relative to root (optional, default='src')nosrc
buildpathPath to build file directory relative to root (optional, default='build')nobuild
licensepathPath to project license relative to root (optional, default='None')noNone
readmepathPath to project README file relative to root (optional, default='README.md')noREADME.md
changelogpathPath to project changelog relative to root (optional, default='CHANGELOG.md')noCHANGELOG.md
py-versionThe Python interpreter version (optional)no3.8.2
dependpathPath to build dependency definitions requirements.txt file (optional, default='requirements.txt')norequirements.txt
dev-dependpathPath to developer dependency definitions requirements.txt file (optional, default='dev-requirements.txt')nodev-requirements.txt
buildcommandThe build command to produce font artifactsnomake
namedescription
projectnameTypeface family name
sourcepathpath to source file directory relative to root
buildpathpath to build file directory relative to root
licensepathPath to project license
readmepathPath to project README file
changelogpathPath to project changelog
py-versionThe Python interpreter version
dependpathPath to build dependency definitions requirements.txt file
dev-dependpathPath to developer dependency definitions requirements.txt file
buildcommandThe build command to produce font artifacts