Skip to content

Merge pull request #5 from utopia-dart/fix-tests #79

Merge pull request #5 from utopia-dart/fix-tests

Merge pull request #5 from utopia-dart/fix-tests #79

Workflow file for this run

name: Analyze
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- name: Install melos
run: dart pub global activate melos
- name: Melos bootstrap
run: melos bs
- name: Analyze
run: melos analyze