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

YAML + REGEX #80

Closed
wants to merge 2 commits into from
Closed

YAML + REGEX #80

wants to merge 2 commits into from

Conversation

GrantBirki
Copy link
Owner

This pull request does the following:

  • Adds a new acceptance test showing how regex + yaml works
  • Updates documentation around yaml + regex usage with this Action

Repository owner deleted a comment from github-actions bot Dec 17, 2024
Copy link

JSON and YAML Validation Results

YAML Validation Results

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

Violations:

[
  {
    "file": "__tests__/acceptance/regex/regex.yaml",
    "errors": [
      {
        "path": "name",
        "message": "name is not present in schema"
      },
      {
        "path": "id",
        "message": "id is not present in schema"
      },
      {
        "path": "tags",
        "message": "tags is not present in schema"
      },
      {
        "path": "owner",
        "message": "owner is not present in schema"
      }
    ]
  }
]

1 similar comment
Copy link

JSON and YAML Validation Results

YAML Validation Results

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

Violations:

[
  {
    "file": "__tests__/acceptance/regex/regex.yaml",
    "errors": [
      {
        "path": "name",
        "message": "name is not present in schema"
      },
      {
        "path": "id",
        "message": "id is not present in schema"
      },
      {
        "path": "tags",
        "message": "tags is not present in schema"
      },
      {
        "path": "owner",
        "message": "owner is not present in schema"
      }
    ]
  }
]

@GrantBirki GrantBirki closed this Dec 17, 2024
@GrantBirki GrantBirki deleted the yaml-regex branch December 17, 2024 23:12
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