Skip to content

Commit 583fceb

Browse files
committed
Revert "Temporary disable dart format check on GitHub Actions"
This reverts commit b327bde.
1 parent f7e91a4 commit 583fceb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/flutter.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ jobs:
2727
uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # v2.16.0
2828
with:
2929
cache: true
30-
31-
# TODO: investigate why this fail on GitHub Actions
32-
# - run: dart format --set-exit-if-changed --output none .
33-
30+
- run: dart format --set-exit-if-changed --output none .
3431
- name: Run chromedriver
3532
run: |
3633
set -e

0 commit comments

Comments
 (0)