Skip to content

Added a tag filter

Added a tag filter #4

Workflow file for this run

name: Compile the font
on:
push:
branches:
- 'master'
- 'dev'
pull_request:
branches:
- 'master'
- 'dev'
jobs:
compile-font:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python 3.11 environment
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Collect stats
run: python main.py
- name: Archive stats
uses: actions/upload-artifact@v3
with:
name: OpenDotMatrix
path: OpenDotMatrix.*