Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
Add melos setup and check only set up Dart for now
  • Loading branch information
buenaflor committed Jul 29, 2025
commit 481ddd574fcf194bd395ff7a869ea5d274b098f0
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,24 @@ jobs:

- uses: ./.github/actions/dart-test
with:
directory: dart
directory: packages/dart

- uses: ./.github/actions/coverage
if: runner.os == 'Linux' && matrix.sdk == 'stable'
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: dart
directory: packages/dart
coverage: sentry
min-coverage: 85

- name: Build example
working-directory: dart/example
working-directory: packages/dart/example
run: |
dart pub get
dart compile aot-snapshot bin/example.dart

analyze:
uses: ./.github/workflows/analyze.yml
with:
package: dart
package: packages/dart
panaThreshold: 87
8 changes: 0 additions & 8 deletions dart/AUTHORS

This file was deleted.

1 change: 0 additions & 1 deletion dart/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions dart/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions dart/PATENTS

This file was deleted.

194 changes: 0 additions & 194 deletions dart/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions dart/analysis_options.yaml

This file was deleted.

Loading
Loading