Skip to content

Upgrade stellar

Upgrade stellar #324

Workflow file for this run

name: Analyze
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Repository
uses: actions/checkout@v3
- name: Set up FVM
uses: kuhnroyal/flutter-fvm-config-action/config@v3
id: fvm-config-action
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
- name: Install Melos
run: dart pub global activate melos
- name: Install dependencies
run: dart pub global run melos bootstrap
- name: Analyze
run: dart analyze .