Skip to content

Register new users together with their settings #2278

Register new users together with their settings

Register new users together with their settings #2278

Workflow file for this run

name: precommit
on:
push:
branches: ["main", "1774-introduce-user-settings"]
pull_request:
branches: ["main", "1774-introduce-user-settings"]
jobs:
precommit:
runs-on: ubuntu-22.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- uses: pre-commit/[email protected]