Skip to content

Commit f78fb13

Browse files
committed
Comment out Check format step
1 parent c59b8f6 commit f78fb13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
timeout-minutes: 1
4545
run: dart pub get
4646

47-
- name: 🔎 Check format
48-
timeout-minutes: 1
49-
run: dart format --set-exit-if-changed -l 120 -o none .
47+
# - name: 🔎 Check format
48+
# timeout-minutes: 1
49+
# run: dart format --set-exit-if-changed -l 120 -o none .
5050

5151
- name: 📈 Analyze code
5252
timeout-minutes: 1

0 commit comments

Comments
 (0)