diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 838863d..dd09d42 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,9 @@ name: CI -# Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the main branch +# Controls when the action will run. Triggers the workflow on push or pull request events on: push: - branches: [ main ] pull_request: env: diff --git a/check.py b/check.py index 44747b8..c4283f3 100755 --- a/check.py +++ b/check.py @@ -130,6 +130,17 @@ def __init__(self, inner): 'uuid': '', 'mavenUrls': [''], 'jsonUrl': '', + 'requires': Optional([{ + 'uuid': '', + 'errorMessage': '', + 'offlineFileName': '', + 'onlineUrl': '', + }]), + 'conflictsWith': Optional([{ + 'uuid': '', + 'errorMessage': '', + 'offlineFileName': '', + }]), 'javaDependencies': [{ 'groupId': '', 'artifactId': '', @@ -142,6 +153,7 @@ def __init__(self, inner): 'isJar': False, 'validPlatforms': [''], 'skipInvalidPlatforms': False, + 'simMode': Optional(''), }], 'cppDependencies': [{ 'groupId': '', @@ -154,6 +166,7 @@ def __init__(self, inner): 'binaryPlatforms': Optional(['']), 'skipInvalidPlatforms': Optional(False), 'sharedLibrary': Optional(False), + 'simMode': Optional(''), }], }