Skip to content

Add automatic push. #14

Add automatic push.

Add automatic push. #14

name: Build on Linux
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- name: Build
shell: pwsh
run: |
sudo apt install fontforge
. "./build.ps1"