mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-26 12:59:30 +00:00
Make shelfsdk a submodule (#66)
* make shelfsdk a submodule * add contributing.md * add submodule info * update ci * add submodule
This commit is contained in:
parent
247413def0
commit
6c50821682
8 changed files with 204 additions and 18 deletions
8
.github/workflows/flutter_release.yaml
vendored
8
.github/workflows/flutter_release.yaml
vendored
|
|
@ -16,13 +16,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout shelfsdk
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Dr-Blank/shelfsdk
|
||||
path: ./shelfsdk
|
||||
submodules: recursive
|
||||
|
||||
- name: Set Up Java
|
||||
uses: actions/setup-java@v3.12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue