Make shelfsdk a submodule (#66)

* make shelfsdk a submodule

* add contributing.md

* add submodule info

* update ci

* add submodule
This commit is contained in:
Dr.Blank 2024-12-08 01:52:30 +05:30 committed by GitHub
parent 247413def0
commit 6c50821682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 204 additions and 18 deletions

View file

@ -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