We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a0c17 commit ad699ceCopy full SHA for ad699ce
.github/workflows/release.yml
@@ -19,17 +19,6 @@ jobs:
19
- name: Install dependencies
20
run: dart pub get
21
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'.
33
- name: Run tests
34
run: dart test
35
0 commit comments