Skip to content

Commit c348fb9

Browse files
committed
Only analyze lib and test dirs
1 parent b320681 commit c348fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dart format --set-exit-if-changed lib test
3434

3535
- name: Analyze code
36-
run: flutter analyze
36+
run: flutter analyze lib test
3737

3838
- name: Run tests
3939
run: flutter test

0 commit comments

Comments
 (0)