Skip to content

Commit aef6c00

Browse files
authored
Merge pull request #239 from per1234/fix-comments
Make minor updates/fixes to comments in infrastructure files
2 parents 47fefe1 + 1b5a3be commit aef6c00

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.github/workflows/check-python-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/check-python-task.md
12
name: Check Python
23

34
env:

.github/workflows/test-go-integration-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/test-go-integration-task.md
12
name: Test Integration
23

34
env:

.github/workflows/test-go-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/test-go-task.md
12
name: Run tests
23

34
env:

tests/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Source:
22
# https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-python/__init__.py
3-
# Copyright 2020 ARDUINO SA(http: // www.arduino.cc/)
3+
# Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
44
#
55
# This software is released under the GNU General Public License version 3,
66
# The terms of this license can be found at:
7-
# https: // www.gnu.org/licenses/gpl-3.0.en.html
7+
# https://www.gnu.org/licenses/gpl-3.0.en.html
88
#
99
# You can be released from the requirements of the above licenses by purchasing
1010
# a commercial license. Buying such a license is mandatory if you want to

tests/test_all.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Source:
22
# https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-integration/test_all.py
3-
# Copyright 2020 ARDUINO SA(http: // www.arduino.cc/)
3+
# Copyright 2020 ARDUINO SA (http://www.arduino.cc/)
44
#
55
# This software is released under the GNU General Public License version 3,
66
# The terms of this license can be found at:
7-
# https: // www.gnu.org/licenses/gpl-3.0.en.html
7+
# https://www.gnu.org/licenses/gpl-3.0.en.html
88
#
99
# You can be released from the requirements of the above licenses by purchasing
1010
# a commercial license. Buying such a license is mandatory if you want to

0 commit comments

Comments
 (0)