Skip to content

Add the PadLeft/PadRight configuration parameters for skool2bin.py #418

Add the PadLeft/PadRight configuration parameters for skool2bin.py

Add the PadLeft/PadRight configuration parameters for skool2bin.py #418

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install nose2
run: |
python -m pip install --upgrade pip
python -m pip install nose2
- name: Test with nose2
run: nose2