qmk_userspace/qmk_nontree.json
Victor ebeb1ec460
Undoing the test cases as everything tested good
- Negative conditions do not cause the action to fail
  - The `nontree_targets` property exists but array is empty
  - The `nontree_targets` property does not exist
  - If the JSON file does not end with a new line
  - If the JSON file does not exist
- Negative conditions that will result in a action failure
  - build step fails reporting the keyboard cannot be found after the non-tree keyboard definition not copying from any of above scenarios
  - If a the array has an entry that results in copy error; file/folder not found
2024-04-11 09:17:03 -05:00

6 lines
59 B
JSON

{
"nontree_targets": [
"barbellboards",
"planck"
]
}