Skip to content

chore: add MIT license and untrack android build artifacts #1

chore: add MIT license and untrack android build artifacts

chore: add MIT license and untrack android build artifacts #1

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
jobs:
analyze-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.44.6
cache: true
- name: Install dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Test
run: flutter test