Skip to content

set version in pyproject.toml #4

set version in pyproject.toml

set version in pyproject.toml #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: Lint Python code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install tox
run: pip install tox
- name: Lint
run: tox -e lint