Skip to content

Bump pyxel from 2.1.9 to 2.1.10 #158

Bump pyxel from 2.1.9 to 2.1.10

Bump pyxel from 2.1.9 to 2.1.10 #158

Workflow file for this run

name: Run quality checks
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --user --upgrade nox
- run: nox -s lint
sort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --user --upgrade nox
- run: nox -s sort
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --user --upgrade nox
- run: nox -s format