Skip to content

Set upper bound constraint #292

Set upper bound constraint

Set upper bound constraint #292

Workflow file for this run

name: CI
on: [push]
jobs:
analyze:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: ./am deps
- run: ./am analyze --fatal-warnings --fatal-infos
format:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: ./am format --verify
test:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: ./am deps
- run: ./am test