Skip to content

Fix error reporting #32

Fix error reporting

Fix error reporting #32

Workflow file for this run

name: workspace
permissions: read-all
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
validate:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
sdk: [ stable, beta, main ]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
channel: ${{ matrix.sdk }}
- run: dart --version
- name: Validate cross-workspace resolution
run: flutter pub get