Skip to content

Commit

Permalink
feat: require command not to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyGraceSeville7cf committed Feb 7, 2024
1 parent a3411fb commit ab1cf97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemas/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"command": {
"description": "A command",
"type": "string",
"minLength": 1,
"not": {
"pattern": "^\\s+$|\\spx\\s|\\spx$|^px\\s|([A-Za-z]+)\\s\\1|%%"
},
Expand Down

0 comments on commit ab1cf97

Please sign in to comment.