Skip to content

Removed 3.10 from tox and upgraded requirements-dev.txt becasue of hi… #8

Removed 3.10 from tox and upgraded requirements-dev.txt becasue of hi…

Removed 3.10 from tox and upgraded requirements-dev.txt becasue of hi… #8

Workflow file for this run

name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- shell: bash
name: Lint and test
run: ./lint.sh