I am trying to create a customized action which the workflow will run.
I wrote a python class under ../mistral-actions/mistral_actions/test.py
the "tox -e pep8" command run successfully.
However, the discover command "mistral-actions discover" does not show the written class. I have invested so much time in here, but could not get through. Would you be able to help me?
I am able to add the inbuilt function "int32bit" in actual mistral actions-list. Just stuck on creating a new one.
Hi,
I am trying to create a customized action which the workflow will run. I wrote a python class under ../mistral-actions/mistral_actions/test.py the "tox -e pep8" command run successfully. However, the discover command "mistral-actions discover" does not show the written class. I have invested so much time in here, but could not get through. Would you be able to help me?
I am able to add the inbuilt function "int32bit" in actual mistral actions-list. Just stuck on creating a new one.