Skip to content

#331 one setup script #65

#331 one setup script

#331 one setup script #65

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