Skip to content

build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1 in the github-actions group #263

build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1 in the github-actions group

build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1 in the github-actions group #263

name: 'Melos bootstrap'
on: [pull_request]
permissions:
contents: read
jobs:
melos-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
with:
channel: "stable"
- name: flutter pub get
run: flutter pub get
- name: Do melos bootstrap
run: dart run melos bootstrap