Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create validate-json.yml #2

Merged
merged 1 commit into from
Mar 23, 2024
Merged

Conversation

Callmore
Copy link
Contributor

well i did it now so it's a PR

Copy link

JSON and YAML Validation Results

JSON Validation Results

  • ✅ File(s) Passed: 10
  • ❌ File(s) Failed: 7
  • ⏭️ File(s) Skipped: 0

Violations:

[
  {
    "file": "landing.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  },
  {
    "file": "graphics/line.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  },
  {
    "file": "math/atan2.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  },
  {
    "file": "math/max.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  },
  {
    "file": "math/min.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  },
  {
    "file": "topics/graphics.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  },
  {
    "file": "topics/math.json",
    "errors": [
      {
        "path": null,
        "message": "Invalid JSON"
      }
    ]
  }
]

@Callmore
Copy link
Contributor Author

huh
works well huh...

@Callmore Callmore merged commit 8183645 into main Mar 23, 2024
1 check failed
@Callmore Callmore deleted the Add-validation-to-JSON-files-(hopefully) branch March 23, 2024 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant