-
Notifications
You must be signed in to change notification settings - Fork 0
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
ci: Add project fields validator #334
ci: Add project fields validator #334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@stevenj, can you please review? Let me know if we should create a better code structure for Python. |
* feat(cat-ci): Make the action only use python standard libraries so its easier to use outside earthly * feat(python): Add feature to check stand alone python files (no 3rd party imports, no poetry) * feat(python): make check use stand alone python mode * feat(python): add local coce formater and linter check for python * feat(python): more edits for stand alone mode and debugging * fix(python): third parry imports check needs rust * fix(python): fix ci issues with changes made * fix(python): Fix CI issues found with the improved python tooling * fix(cat-ci): remove debug prints * fix(cat-ci): project action runner * fix(cat-ci): try action again * fix(cat-ci): Try and actually run the action now * fix(cat-ci): try a custom PAT secret * fix(cat-ci): Update token scope doc * fix(cat-ci): Rename GITHUB_TOKEN to make it distinct from other tokens * fix(cat-ci): secrets can't start with GITHUB_
Will need to change the branch in the action to |
Description
resolves #333