chore: add spell checker to workflows (#4975)

* chore: add spell checker to workflows

* fix: update config schema

* fix: revert for fennel.rs
This commit is contained in:
Zhizhen He
2023-03-23 02:42:46 +08:00
committed by GitHub
parent d350ccb2a3
commit 0f8a2d9363
14 changed files with 41 additions and 19 deletions
+2 -2
View File
@@ -475,7 +475,7 @@
},
"fennel": {
"default": {
"detect_extentions": [
"detect_extensions": [
"fnl"
],
"detect_files": [],
@@ -2955,7 +2955,7 @@
"default": true,
"type": "boolean"
},
"detect_extentions": {
"detect_extensions": {
"default": [
"fnl"
],