Skip to content

Convert actions to Enum#90

Merged
dgarros merged 3 commits intomainfrom
dga-fix-86
Jan 21, 2022
Merged

Convert actions to Enum#90
dgarros merged 3 commits intomainfrom
dga-fix-86

Conversation

@dgarros
Copy link
Contributor

@dgarros dgarros commented Jan 7, 2022

fixes #86

Technically it's not a real enum because using when using an enum the value doesn't translate directly to a string but I think the result is the same.

@dgarros dgarros requested a review from glennmatthews as a code owner January 7, 2022 21:28
glennmatthews
glennmatthews previously approved these changes Jan 21, 2022
@dgarros
Copy link
Contributor Author

dgarros commented Jan 21, 2022

@glennmatthews I've updated this PR to use a proper Enum, ready to review

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.

Create an Enum to track the valid type of Actions

2 participants