Skip to content

fix(luthor_generator): Improper check for fromJson (#88) #62

fix(luthor_generator): Improper check for fromJson (#88)

fix(luthor_generator): Improper check for fromJson (#88) #62

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