Skip to content

Bump tortoise-orm from 0.22.1 to 0.22.2 #208

Bump tortoise-orm from 0.22.1 to 0.22.2

Bump tortoise-orm from 0.22.1 to 0.22.2 #208

Workflow file for this run

name: Code quality
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches: [main]
paths-ignore:
- 'docs/**'
jobs:
pre-commit:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v3.0.0