Skip to content

Commit

Permalink
Merge pull request #1125 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 4012fcd + 9cbdcce commit 5ba5cdc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 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
5 changes: 3 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: at_client_sdk

packages:
- packages/**
- packages/*
- packages/*/example

- tests/**
- tests/*

0 comments on commit 5ba5cdc

Please sign in to comment.