mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
DEVELOPER_TOOL: dd features.json linter [skip ci]
This commit is contained in:
parent
92990c6224
commit
12eff05676
5
developer_toolbox/lint_features.json.sh
Executable file
5
developer_toolbox/lint_features.json.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
features=config/retrodeck/reference_lists/features.json
|
||||||
|
|
||||||
|
jq . $features > $features.tmp && mv -f $features.tmp $features
|
Loading…
Reference in a new issue