diff --git a/apps/remix-ide/ci/parse_workspace.py b/apps/remix-ide/ci/parse_workspace.py deleted file mode 100755 index e54359cdfc..0000000000 --- a/apps/remix-ide/ci/parse_workspace.py +++ /dev/null @@ -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) \ No newline at end of file