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

Add Github action to lint when PR comment is made #6

Merged
merged 5 commits into from
Oct 8, 2023

Conversation

AC-Dap
Copy link
Collaborator

@AC-Dap AC-Dap commented Oct 8, 2023

Right now we only have a Github action that checks if files are well-formatted or not. To avoid making everyone run the linter on their computers, we can add a new Github action to lint and commit files when triggered by the PR comment "✨".

@AC-Dap
Copy link
Collaborator Author

AC-Dap commented Oct 8, 2023

@github-actions
Copy link

github-actions bot commented Oct 8, 2023

JSON and YAML Validation Results

YAML Validation Results

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

Violations:

[
  {
    "file": ".github/workflows/black-code-formatter.yml",
    "errors": [
      {
        "path": null,
        "message": "Invalid YAML"
      }
    ]
  }
]

@AC-Dap
Copy link
Collaborator Author

AC-Dap commented Oct 8, 2023

@AC-Dap AC-Dap merged commit 54049f2 into master Oct 8, 2023
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