Skip to content

Commit 08feba0

Browse files
committed
chore(ci): Update formatting check to include examples directory
- Modified the CI workflow to verify formatting in the 'examples' directory in addition to 'lib', 'test', 'integration_test', 'tool', and 'bricks'. This ensures consistent code style across all relevant directories.
1 parent a4bc68a commit 08feba0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: flutter pub get
4646

4747
- name: Verify formatting
48-
run: dart format --set-exit-if-changed lib test integration_test tool bricks
48+
run: dart format --set-exit-if-changed lib test integration_test tool examples
4949

5050
- name: Analyze code
5151
run: flutter analyze

.github/workflows/strip-smoke.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Setup Flutter
2727
uses: subosito/flutter-action@v2
2828
with:
29-
flutter-version: 'stable'
3029
channel: 'stable'
3130
cache: true
3231

0 commit comments

Comments
 (0)