Skip to content

Commit 5722fda

Browse files
authored
Merge pull request #10 from DutchCodingCompany/feature/try-call
Feature/try call
2 parents b2125e5 + f4867b0 commit 5722fda

File tree

88 files changed

+3644
-435
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+3644
-435
lines changed

.github/workflows/flutter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
- name: Check code format
2626
run: dart format . -o none --set-exit-if-changed
2727

28+
- name: Run code generation
29+
run: cd example && flutter pub get && flutter pub run build_runner build && cd ..
30+
2831
- name: Analyze project source
2932
run: flutter analyze --fatal-infos
3033

3134
- name: Run tests
32-
run: flutter test
35+
run: flutter test

0 commit comments

Comments
 (0)