Skip to content

refactor(ht_email_repository): Improve OTP email sending method #7

refactor(ht_email_repository): Improve OTP email sending method

refactor(ht_email_repository): Improve OTP email sending method #7

Workflow file for this run

name: ci
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
semantic_pull_request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
min_coverage: 90