Skip to content

fix generated model #445

fix generated model

fix generated model #445

Workflow file for this run

name: Dart CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: dart:latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: dart pub get
- name: Run tests
run: dart test