Skip to content

Bump archive from 3.3.5 to 3.3.8 #43

Bump archive from 3.3.5 to 3.3.8

Bump archive from 3.3.5 to 3.3.8 #43

name: Strip boilerplate project
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check_strip_boilerplate_project:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2.8.0
with:
channel: 'stable'
- run: flutter packages get
- run: ./tool/install_fvm.sh
- run: printf 'yes\n' | fvm flutter pub run ./tool/dart_tool/strip_boilerplate_project.dart
- run: fvm flutter analyze
- run: fvm flutter test --update-goldens test/screen/home/home_screen_test.dart
- run: fvm flutter test