Skip to content

Update packages

Update packages #99

Workflow file for this run

name: analyze
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: "Run analyze"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: subosito/[email protected]
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Code generation
run: flutter pub run build_runner build -d
- name: Analyze
run: flutter analyze