Skip to content

Added fvm for all scripts #53

Added fvm for all scripts

Added fvm for all scripts #53

Workflow file for this run

name: Analyzer
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check_analyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: ./tool/install_fvm.sh
- run: fvm flutter packages get
- run: fvm flutter analyze