Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

chore(deps): bump melos from 6.3.1 to 6.3.2 #775

chore(deps): bump melos from 6.3.1 to 6.3.2

chore(deps): bump melos from 6.3.1 to 6.3.2 #775

Workflow file for this run

name: Build & Test
on:
pull_request:
push:
branches:
- main
schedule:
# runs the CI everyday at 10AM
- cron: "0 10 * * *"
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v2
- name: Check code format
run: melos format --set-exit-if-changed
- name: Run code analysis
run: melos analyze --fatal-infos --fatal-warnings
- name: Run tests
run: melos run test