Skip to content

Commit 6dcb823

Browse files
committed
Updated github actions with keys n stuff
1 parent 75880a2 commit 6dcb823

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ jobs:
117117
- uses: actions/checkout@v4
118118
with:
119119
path: "app"
120+
121+
- name: Keys n Stuff
122+
run: |
123+
cd app
124+
dart ./scripts/keys-n-stuff.dart
125+
120126
- run: |
121127
cd app
122128
flutter pub get
@@ -143,6 +149,11 @@ jobs:
143149
with:
144150
path: "app"
145151

152+
- name: Keys n Stuff
153+
run: |
154+
cd app
155+
dart ./scripts/keys-n-stuff.dart
156+
146157
- run: |
147158
cd app
148159
flutter config --enable-macos-desktop

0 commit comments

Comments
 (0)