Skip to content

Update dependency gotrue to v2.11.1 #802

Update dependency gotrue to v2.11.1

Update dependency gotrue to v2.11.1 #802

Workflow file for this run

# see: https://github.com/marketplace/actions/yapf-python-code-formatting-check
name: YAPF Formatting Check
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@master
with:
args: --verbose