Skip to content

fill color customization #24

fill color customization

fill color customization #24

Workflow file for this run

name: Test
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install Requirements
run: pip install .[dev]
- name: Test Code
run: pytest signwriting