pull/5370/head
filip mertens 3 years ago
parent aa6e5aa924
commit 8614395cff
  1. 9
      apps/remix-ide/ci/parse_workspace.py

@ -1,9 +0,0 @@
import json
with open('../../../workspace.json') as f:
data = json.load(f)
for key in data['projects']:
if(data['projects'][key]['architect']['lint']):
print('%s:lint' % key)
Loading…
Cancel
Save