Skip to content

Commit 27891b3

Browse files
committed
Add formatting with dart job to pipeline
1 parent 620cb02 commit 27891b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/on_push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ jobs:
2222
- uses: subosito/flutter-action@v2
2323
with:
2424
channel: 'stable'
25-
- name: Check version
2625
- run: dart --version
27-
- name: Check formatting
2826
- run: find . -name "*.dart" ! -name "*.g.dart" ! -name "*.freezed.dart" ! -path '*/generated/*' ! -path '*/gen/*' | xargs dart format --set-exit-if-changed
2927

3028
format:

0 commit comments

Comments
 (0)