File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 13
13
- name : Checkout Code
14
14
id : checkout
15
15
uses : actions/checkout@v2
16
- with :
17
- submodules : true
18
16
- name : Run Tests In Container
19
17
id : containerized_tests
20
18
uses : ./.github/actions/run-tests-in-container
55
53
- name : Checkout Code
56
54
id : checkout
57
55
uses : actions/checkout@v2
58
- with :
59
- submodules : true
60
56
- name : Compile Examples
61
57
id : compile_examples
62
58
uses : ./.github/actions/compile-examples
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ or C++. Your sketch may programmatically configure Notecard and send Notes to
11
11
[ Notehub.io] [ notehub ] .
12
12
13
13
This library is a wrapper around the [ note-c library] [ note-c ] , which it includes
14
- as a git submodule .
14
+ as a git subtree .
15
15
16
16
## Installation
17
17
Original file line number Diff line number Diff line change 17
17
*
18
18
* This library is a wrapper around and depends upon the
19
19
* <a href="https://github.com/blues/note-c">note-c library</a>, which it
20
- * includes as a git submodule .
20
+ * includes as a git subtree .
21
21
*
22
22
* In addition, this library requires a physical
23
23
* connection to a Notecard over I2C or Serial to be functional.
Original file line number Diff line number Diff line change 11
11
*
12
12
* This library is a wrapper around the
13
13
* <a href="https://github.com/blues/note-c">note-c library</a>, which it
14
- * includes as a git submodule .
14
+ * includes as a git subtree .
15
15
*
16
16
* Written by Ray Ozzie and Brandon Satrom for Blues Inc.
17
17
*
You can’t perform that action at this time.
0 commit comments