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 de4649f commit fcc38b6Copy full SHA for fcc38b6
.github/workflows/build.yml
@@ -27,7 +27,8 @@ jobs:
27
28
- name: Formatting sdk ${{ matrix.sdk }} and os ${{ matrix.os }}
29
run: |
30
- dart pub get
+ make dep
31
+ make gen
32
dart format --set-exit-if-changed .
33
34
- name: Analysis sdk ${{ matrix.sdk }} and os ${{ matrix.os }}
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: kraken common sanity check
+name: kraken release binary
2
3
on:
4
push:
0 commit comments