change password field to Option<String> in SignUp and SignUpData structs #712
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |