Skip to content

fix: email and emoji regex (#67) #18

fix: email and emoji regex (#67)

fix: email and emoji regex (#67) #18

Workflow file for this run

name: Unit Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- run: dart pub global activate melos
- run: melos bootstrap
- run: melos test