Skip to content

Commit

Permalink
Update melos to enable better CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed May 15, 2024
1 parent e1629e9 commit 4c638b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Initialize workspace
run: melos bootstrap
- name: Check format
run: melos exec -- dart format --output=none --set-exit-if-changed .
run: melos format --output none --set-exit-if-changed

lint:
name: Lint
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Initialize workspace
run: melos bootstrap
- name: Lint using flutter analyze
run: melos exec -- flutter analyze
run: melos analyze
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ environment:

dev_dependencies:
flutter_lints: ^3.0.1
melos: ^4.0.0
melos: ^6.0.0

0 comments on commit 4c638b9

Please sign in to comment.