Skip to content

added label/spritesheet formats, --merge, --template-image/only #40

added label/spritesheet formats, --merge, --template-image/only

added label/spritesheet formats, --merge, --template-image/only #40

Workflow file for this run

name: Run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.7"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pillow
- name: Test
run: |
python run_tests.py