Commit graph

12 commits

Author SHA1 Message Date
Victor
c86deba845
Adding klor files and trying to build 2024-05-13 21:33:46 -05:00
Victor
4d5f908817
Fixed a bunch of stuff
- the layout wrapper is case sensitive, had K37 when it should be k37
- fixed whitespace formatting in several files
- removed planck from qmk_nontree.json
2024-04-11 23:45:44 -05:00
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
Victor
b7596b771b
Removing property to see what happens 2024-04-11 08:30:36 -05:00
Victor
eca4fb90e5
adding empty array json to see if the json part will fail 2024-04-11 00:07:31 -05:00
Victor
08921a205f
added newline back to json 2024-04-11 00:04:13 -05:00
Victor
db235f8708
test case 2
- remove the new line at hte end and see if code handles it
2024-04-11 00:01:41 -05:00
Victor
d69706ad03
adding json file back 2024-04-10 23:47:23 -05:00
Victor
24251d5fbb
testing
- renamed json file to make it appear its not there
- ignore errors with cat command
2024-04-10 23:26:23 -05:00
Victor
d489621ca2
added new line to end of file 2024-04-10 22:49:33 -05:00
Victor
6925059c2e
adding a new way to parse json file per copilot 2024-04-10 20:56:44 -05:00
Victor
271fdd4668
Converting target configuration to JSON file
- added json file with copy targets
- added a bunch of steps to load/parse hte json file
- altered my copy command to loop through array
2024-04-10 20:27:28 -05:00