File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 97
97
98
98
matrix :
99
99
module :
100
- - path : ./
100
+ - path : .
101
101
102
102
steps :
103
103
- name : Checkout repository
@@ -138,7 +138,7 @@ jobs:
138
138
139
139
matrix :
140
140
module :
141
- - path : ./
141
+ - path : .
142
142
143
143
steps :
144
144
- name : Checkout repository
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
matrix :
181
181
module :
182
- - path : ./
182
+ - path : .
183
183
184
184
steps :
185
185
- name : Checkout repository
Original file line number Diff line number Diff line change 65
65
66
66
matrix :
67
67
check-license :
68
- - path : ./
68
+ - path : .
69
69
expected-filename : LICENSE.txt
70
70
# SPDX identifier: https://spdx.org/licenses/
71
71
expected-type : GPL-3.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ includes:
7
7
vars :
8
8
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
9
9
# Path of the project's primary Go module:
10
- DEFAULT_GO_MODULE_PATH : ./
10
+ DEFAULT_GO_MODULE_PATH : .
11
11
DEFAULT_GO_PACKAGES :
12
12
sh : |
13
13
echo $(
16
16
echo '"ERROR: Unable to discover Go packages"'
17
17
)
18
18
# Path of the primary npm-managed project:
19
- DEFAULT_NPM_PROJECT_PATH : ./
19
+ DEFAULT_NPM_PROJECT_PATH : .
20
20
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/release-go-task/Taskfile.yml
21
21
PROJECT_NAME : " arduinoOTA"
22
22
DIST_DIR : " dist"
You can’t perform that action at this time.
0 commit comments