Skip to content

Commit 800bc65

Browse files
committed
Add signature verification script to github actions
1 parent 19cad29 commit 800bc65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android-audit.yml

+3
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,8 @@ jobs:
8787
- name: Re-generate lockfile
8888
run: android/scripts/update-lockfile.sh
8989

90+
- name: Re-generate lockfile keys
91+
run: android/scripts/update-lockfile-keys.sh
92+
9093
- name: Ensure no changes
9194
run: git diff --exit-code

0 commit comments

Comments
 (0)