cleanup and added check for json file

This commit is contained in:
Victor 2024-04-10 23:17:36 -05:00
parent ee19193693
commit 3a89a16cf2
Failed to generate hash of commit

View file

@ -61,7 +61,8 @@ jobs:
run: |
qmk userspace-doctor
- name: Read Non Tree Targets from JSON file
- name: Read Non-Tree Targets from JSON file
if: ${{ hashFiles( $GITHUB_WORKSPACE/qmk_nontree.json ) != '' }}
run: |
{
echo 'COPY_TARGETS<<EOF'