Skip to content

build: bump version to 2.1.0 #144

build: bump version to 2.1.0

build: bump version to 2.1.0 #144

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade tox setuptools
- name: Run linting
run: tox -e lint