We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fab31 commit 5d10f0fCopy full SHA for 5d10f0f
.github/workflows/check_and_lint.yml
@@ -21,7 +21,6 @@ jobs:
21
working-directory: ./example/data
22
- name: Check format
23
run: dart format . --output=none --set-exit-if-changed
24
- working-directory: ./example
25
- name: Analyze
26
run: flutter analyze
27
- name: Test
0 commit comments