-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaction.yml
More file actions
26 lines (26 loc) · 626 Bytes
/
action.yml
File metadata and controls
26 lines (26 loc) · 626 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Fontship
description: A font development toolkit and collaborative work flow
inputs:
args:
description: Arguments passed to CLI; defaults to ‘make’.
required: false
default: make
outputs:
family-names:
description: Font Family Names
font-version:
description: Font Version
DISTDIR:
description: Directory name with font family and detailed git version string
PROJECT:
description: Project Name
runs:
using: docker
image: docker://ghcr.io/theleagueof/fontship:v0.10.1
entrypoint: sh
args:
- -c
- fontship ${{ inputs.args }}
branding:
icon: truck
color: green