Skip to content

Update workflows

Update workflows #1

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/checkout@v4.1.4
- uses: subosito/flutter-action@v2.16.0
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Analyze
run: dart analyze