add adabot as a submodule for CI usage
This commit is contained in:
parent
72f49e5efe
commit
a8ff4044e3
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "awesome-circuitpython"]
|
[submodule "awesome-circuitpython"]
|
||||||
path = awesome-circuitpython
|
path = awesome-circuitpython
|
||||||
url = https://github.com/adafruit/awesome-circuitpython
|
url = https://github.com/adafruit/awesome-circuitpython
|
||||||
|
[submodule "adabot"]
|
||||||
|
path = adabot
|
||||||
|
url = https://github.com/adafruit/adabot.git
|
||||||
|
|
|
||||||
1
adabot
Submodule
1
adabot
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 430d8ab0d4384e1ee20bbec4acf3908bc426a87f
|
||||||
Loading…
Reference in a new issue