Skip to content

Commit

Permalink
Merge pull request #411 from atsign-foundation/melos-bootstrap-action
Browse files Browse the repository at this point in the history
ci: add melos bootstrap action
  • Loading branch information
cpswan authored Sep 21, 2023
2 parents 26b6174 + 1cee777 commit 7c0609f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/melos_bootstrap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Melos bootstrap"
on: [pull_request]

permissions:
contents: read

jobs:
melos-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa # v2.10.0
with:
channel: "stable"
- name: flutter pub get
run: flutter pub get
- name: Do melos bootstrap
run: dart run melos bootstrap

0 comments on commit 7c0609f

Please sign in to comment.