Skip to content

Commit ad699ce

Browse files
committed
Removed unneeded comments.
1 parent b5a0c17 commit ad699ce

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,6 @@ jobs:
1919
- name: Install dependencies
2020
run: dart pub get
2121

22-
# Uncomment this step to verify the use of 'dart format' on each commit.
23-
# - name: Verify formatting
24-
# run: dart format --output=none --set-exit-if-changed .
25-
26-
# Consider passing '--fatal-infos' for slightly stricter analysis.
27-
# - name: Analyze project source
28-
# run: dart analyze
29-
30-
# Your project will need to have tests in test/ and a dependency on
31-
# package:test for this step to succeed. Note that Flutter projects will
32-
# want to change this to 'flutter test'.
3322
- name: Run tests
3423
run: dart test
3524

0 commit comments

Comments
 (0)