Skip to content

Released 4.1.0. #132

Released 4.1.0.

Released 4.1.0. #132

Workflow file for this run

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