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 75880a2 commit 6dcb823Copy full SHA for 6dcb823
.github/workflows/main.yml
@@ -117,6 +117,12 @@ jobs:
117
- uses: actions/checkout@v4
118
with:
119
path: "app"
120
+
121
+ - name: Keys n Stuff
122
+ run: |
123
+ cd app
124
+ dart ./scripts/keys-n-stuff.dart
125
126
- run: |
127
cd app
128
flutter pub get
@@ -143,6 +149,11 @@ jobs:
143
149
144
150
145
151
152
153
154
155
156
146
157
147
158
148
159
flutter config --enable-macos-desktop
0 commit comments