Skip to content

Commit 7c388b7

Browse files
committed
2 parents 447195d + 46d38bc commit 7c388b7

25 files changed

Lines changed: 477 additions & 1058 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Validate and Build the Extension
2+
on:
3+
push
4+
5+
jobs:
6+
validate_and_build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Validate and Build
10+
uses: typemytype/roboFont-Extension-action@v0.1.0
11+
with:
12+
autotagging: true

0 commit comments

Comments
 (0)