Skip to content

"Add .python-version file" (#23) #7

"Add .python-version file" (#23)

"Add .python-version file" (#23) #7

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: pip3 install tox --user
- run: tox