Skip to content

refactor!: Migrate to Flutter 3.13 #14

refactor!: Migrate to Flutter 3.13

refactor!: Migrate to Flutter 3.13 #14

Workflow file for this run

name: Check
on:
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: echo "$HOME/.pub-cache/bin" >> $GITHUB_PATH
- run: dart pub global activate melos
- run: melos run check_master
- name: Store failure artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: golden-test-failure
path: "**/test/failures/"