Skip to content

Commit

Permalink
Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martelahaie committed Mar 14, 2024
1 parent 74582fe commit 640f0bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Validate and Build the Extension
on:
push

jobs:
validate_and_build:
runs-on: ubuntu-latest
steps:
- name: Validate and Build
uses: typemytype/roboFont-Extension-action@v0.1.0

0 comments on commit 640f0bc

Please sign in to comment.