Skip to content

Another fixes for authlib #320

Another fixes for authlib

Another fixes for authlib #320

Workflow file for this run

name: pre-commit
on:
pull_request:
branches: ["master"]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/[email protected]
- uses: snok/install-poetry@v1
- name: Install tox
run: |
pip install tox
- name: Run pre-commit
run: |
tox -e pre-commit