* update the release check version action to support our mobile project
* Updating the release version tests
* Adding some new test asserts. Trying to fix the bash issue
* trying a different syntax for the bash array
* fixing a typo
* Reverting the input validation changes
* Fixing file extensions for test
* initial commit of the release-version-check and adding the tests
* refactoring the test workflow
* fixing a syntax error
* Fixing the linter and updating some linting errors
* adding the exit 1 back into the action
* putting the finishing touches on the test
* use the new bash assert function
* fixing syntax issue
* fixing a typo
* switching up how the status array is printed
* fixing for loop
* quick test of non-happy path
* Reverting the quick non-happy path testing
* Adding input validation on the 'monorepo-project' input
* Adding in the default value for the monorepo-project input for the input validation
* fixing a small output formatting issue
* adding descriptions to the input
* Adding a logging statement for the try/except block