Skip to content

feat: Email & Password Validator and PasswordRule validations #744

feat: Email & Password Validator and PasswordRule validations

feat: Email & Password Validator and PasswordRule validations #744

Workflow file for this run

name: Android CI
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Gradle
run: ./scripts/build.sh
- name: Print Logs
if: failure()
run: ./scripts/print_build_logs.sh