Skip to content

Commit 3c21909

Browse files
authored
Add placeholder workflow for updating dependencies. (#628)
* Add placeholder workflow for updating dependencies.
1 parent 2c5d663 commit 3c21909

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Update Android and iOS dependencies (placeholder)
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
6+
jobs:
7+
update_dependencies:
8+
name: update-dependencies
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Placeholder step
12+
run: |
13+
true

0 commit comments

Comments
 (0)