f-actions/Font Project Configuration
Set up font project build configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 14, 2023
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: f-actions/font-setup@1a9d83f0e36882573e530ca61e01837093be5c18 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| projectname | Typeface family name (optional, default='Font') | no | Font |
| sourcepath | Path to source file directory relative to root (optional, default='src') | no | src |
| buildpath | Path to build file directory relative to root (optional, default='build') | no | build |
| licensepath | Path to project license relative to root (optional, default='None') | no | None |
| readmepath | Path to project README file relative to root (optional, default='README.md') | no | README.md |
| changelogpath | Path to project changelog relative to root (optional, default='CHANGELOG.md') | no | CHANGELOG.md |
| py-version | The Python interpreter version (optional) | no | 3.8.2 |
| dependpath | Path to build dependency definitions requirements.txt file (optional, default='requirements.txt') | no | requirements.txt |
| dev-dependpath | Path to developer dependency definitions requirements.txt file (optional, default='dev-requirements.txt') | no | dev-requirements.txt |
| buildcommand | The build command to produce font artifacts | no | make |
Outputs
| name | description |
|---|---|
| projectname | Typeface family name |
| sourcepath | path to source file directory relative to root |
| buildpath | path to build file directory relative to root |
| licensepath | Path to project license |
| readmepath | Path to project README file |
| changelogpath | Path to project changelog |
| py-version | The Python interpreter version |
| dependpath | Path to build dependency definitions requirements.txt file |
| dev-dependpath | Path to developer dependency definitions requirements.txt file |
| buildcommand | The build command to produce font artifacts |