Skip to content

chore: Update the CHANGELOG.md in at_secondary_server #1087

chore: Update the CHANGELOG.md in at_secondary_server

chore: Update the CHANGELOG.md in at_secondary_server #1087

name: "Melos bootstrap"
on:
workflow_dispatch:
inputs:
melos_args:
description: "Melos arguments"
required: false
default: '--ignore="at_root_server" --ignore="at_secondary"'
pull_request:
permissions:
contents: read
env:
default_melos_args: '--ignore="at_root_server" --ignore="at_secondary"'
jobs:
melos-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0
with:
channel: "stable"
- name: flutter pub get
run: flutter pub get
- name: Do melos bootstrap
run: dart run melos bootstrap ${{ github.events.inputs.melos_args || env.default_melos_args }}