Skip to content

feat: introduce a new 'register' package with consolidated code #281

feat: introduce a new 'register' package with consolidated code

feat: introduce a new 'register' package with consolidated code #281

name: "Melos bootstrap"
on: [pull_request]
permissions:
contents: read
jobs:
melos-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # v2.14.0
with:
channel: "stable"
- name: flutter pub get
run: flutter pub get
- name: Do melos bootstrap
run: dart run melos bootstrap