Skip to content

Bump tornado from 6.3.3 to 6.4.1 #51

Bump tornado from 6.3.3 to 6.4.1

Bump tornado from 6.3.3 to 6.4.1 #51

Workflow file for this run

name: Code quality
on:
pull_request:
branches:
- "*"
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install-env
- run: poetry run pre-commit run --all-files