mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 07:04:17 -04:00
cleanup and added check for json file
This commit is contained in:
parent
ee19193693
commit
3a89a16cf2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/qmk_userspace_build.yml
vendored
3
.github/workflows/qmk_userspace_build.yml
vendored
|
@ -61,7 +61,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
qmk userspace-doctor
|
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: |
|
run: |
|
||||||
{
|
{
|
||||||
echo 'COPY_TARGETS<<EOF'
|
echo 'COPY_TARGETS<<EOF'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue