Skip to content

Commit

Permalink
chore: added missing bootstrap-no-example: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednfwela committed Nov 24, 2024
1 parent b517c66 commit 0c1ec5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,10 @@ jobs:
with:
channel: stable
cache: true
- uses: ahmednfwela/melos-action@main
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
with:
run-bootstrap: true
run-versioning: true
publish-dry-run: true
create-pr: true
bootstrap-no-example: true
- name: 📦 Install Pana
run: flutter pub global activate pana ${{inputs.pana_version}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: ahmednfwela/melos-action@main
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
with:
run-bootstrap: true
bootstrap-no-example: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: ahmednfwela/melos-action@main
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
with:
run-bootstrap: true
bootstrap-no-example: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- uses: ahmednfwela/melos-action@main
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
with:
run-bootstrap: true
bootstrap-no-example: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:
flutter-version: ${{ matrix.sdk == 'min' && '3.22.0' || '' }}
- run: |
echo TARGET_DART_SDK=${{ matrix.sdk }} >> $GITHUB_ENV
- name: Prepare dependencies for the project management
run: dart pub get
- uses: ahmednfwela/melos-action@main
- uses: ahmednfwela/melos-action@feat/bootstrap-no-example
with:
run-bootstrap: true
bootstrap-no-example: true

- name: '[Verify step] ✨ Format'
if: ${{ matrix.sdk == 'stable' }}
Expand Down

0 comments on commit 0c1ec5c

Please sign in to comment.