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 initial actions and task validation #4

Merged
merged 5 commits into from
Apr 27, 2022

Conversation

JoshuaSBrown
Copy link
Collaborator

This pr simply creates the task and action classes. Creating an action and or task from a python dict requires that the structure and format of the dict follows the correct schema to avoid errors. This pr uses the factory pattern for creating an action, and a class that encompasses the action with additional metadata the "task" class.

@JoshuaSBrown JoshuaSBrown marked this pull request as draft April 26, 2022 19:34
@JoshuaSBrown JoshuaSBrown force-pushed the JoshuaSBrown-feature-add-task-action-validation branch from 3926d3f to 5cad933 Compare April 27, 2022 13:16
@JoshuaSBrown
Copy link
Collaborator Author

@par-hermes format

@JoshuaSBrown JoshuaSBrown marked this pull request as ready for review April 27, 2022 13:28
@JoshuaSBrown JoshuaSBrown merged commit ea09c79 into main Apr 27, 2022
@JoshuaSBrown JoshuaSBrown deleted the JoshuaSBrown-feature-add-task-action-validation branch April 27, 2022 13:28
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