mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
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:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user