Skip to content

Commit

Permalink
Merge branch 'main' into khofiq-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ottta committed Feb 1, 2024
2 parents 7e147fc + 68d84ee commit c382dfd
Show file tree
Hide file tree
Showing 20 changed files with 21,358 additions and 657 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Build font and specimen

on: [release]
on: [push, release]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.10"
- name: Install sys tools/deps
run: |
sudo apt-get update
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Thumbs.db
# Personilized
sources/*(Autosaved).glyphs

/temp
/temp
/.vscode
1 change: 0 additions & 1 deletion .vscode/configurationCache.log

This file was deleted.

14 changes: 0 additions & 14 deletions .vscode/dryrun.log

This file was deleted.

6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

Loading

0 comments on commit c382dfd

Please sign in to comment.