Skip to content

Merge pull request #49 from ayasyrev:nox_fix #31

Merge pull request #49 from ayasyrev:nox_fix

Merge pull request #49 from ayasyrev:nox_fix #31

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-python@main
with:
python-version: "3.11"
architecture: x64
- run: pip install ruff
- run: ruff check .