Skip to content

Merge pull request #43 from ayasyrev:fix_doc #28

Merge pull request #43 from ayasyrev:fix_doc

Merge pull request #43 from ayasyrev:fix_doc #28

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: "3.11"
architecture: x64
- run: pip install nox
- run: nox -p "3.11" -f noxfile_lint.py