Skip to content

chore(release): publish packages #18

chore(release): publish packages

chore(release): publish packages #18

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install Melos
run: dart pub global activate melos
- name: Check fomatting
run: melos format:check:dart
- name: Analyze
run: melos run analyze