Skip to content

Commit 6905fc3

Browse files
authored
Update ASF yaml (#2)
* Update ASF yaml * Update lint script
1 parent 401a532 commit 6905fc3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.asf.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
# under the License.
1717

1818
github:
19+
description: "Open, Modular, Deep Learning Accelerator"
20+
labels:
21+
- tvm
22+
- vta
23+
- tensor
24+
- hardware
25+
- machine-learning
1926
enabled_merge_buttons:
2027
squash: true
2128
rebase: true

tests/scripts/task_lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trap cleanup 0
2828

2929

3030
echo "Check file types..."
31-
# python3 tvm/tests/lint/check_file_type.py
31+
python3 tvm/tests/lint/check_file_type.py
3232

3333
echo "Check ASF license header..."
3434
java -jar /bin/apache-rat.jar -E tvm/tests/lint/rat-excludes -d . | (grep "== File" > /tmp/$$.apache-rat.txt || true)

0 commit comments

Comments
 (0)