Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81) #198

Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81)

Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#81) #198

Workflow file for this run

name: Dart CI
on:
# Run on PRs and pushes to the default branch.
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: "0 0 * * 0"
env:
PUB_ENVIRONMENT: bot.github
jobs:
# Run the test script against the latest dev build.
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: [2.19.0, dev]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
with:
sdk: ${{ matrix.sdk }}
- run: "dart format --output=none --set-exit-if-changed ."
- name: Test
run: ./tool/travis.sh