Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 7, 2023
1 parent 5b883cd commit c005874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
dart ./scripts/melos_packages.dart
echo $(cat .melos_ignored_packages) >> ~/.bashrc
- name: Bootstrap
run: melos bootstrap $(eval echo $IGNORED_PACKAGES)
run: |
echo $IGNORED_PACKAGES
melos bootstrap $(eval echo $IGNORED_PACKAGES)
- name: Format
run: melos exec $(eval echo $IGNORED_PACKAGES) -- "dart format --set-exit-if-changed ."
- name: Analyze Dart packages
Expand Down

0 comments on commit c005874

Please sign in to comment.