Skip to content

fix(login): Use the correct name in login message (#868) #138

fix(login): Use the correct name in login message (#868)

fix(login): Use the correct name in login message (#868) #138

Workflow file for this run

name: "Style Check"
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
SKIP: "mypy"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1