Skip to content

change password field to Option<String> in SignUp and SignUpData structs #712

change password field to Option<String> in SignUp and SignUpData structs

change password field to Option<String> in SignUp and SignUpData structs #712

Workflow file for this run

name: CI (develop)
permissions:
contents: read
on:
workflow_call:
pull_request:
branches: [ "develop" ]
jobs:
cargo-build:
uses: ./.github/workflows/_rust-build-check.yml
cargo-fmt:
uses: ./.github/workflows/_cargo-fmt.yml
cargo-test:
uses: ./.github/workflows/_cargo_test.yml
uv-build:
uses: ./.github/workflows/_uv-build.yml
backend-integration-test:
uses: ./.github/workflows/_backend-with-external.yml