Expected Behavior
When the action is run, it always returns success, and in the description it explains if it was Good Spelling or Perfect Spelling. It would be convenient to be able to use the output for the user to determine potential next steps, for example, if they want to fail the job.
Possible Solution
Adding outputs to the action.yml and then add at the end of the run the instructions to core.setOuput ...
Additional Context

The Spell Checker was actually defined as a step in a job but it runs as a separate job, which I don't mind, but I do need to get the output.
Expected Behavior
When the action is run, it always returns success, and in the description it explains if it was Good Spelling or Perfect Spelling. It would be convenient to be able to use the output for the user to determine potential next steps, for example, if they want to fail the job.
Possible Solution
Adding outputs to the action.yml and then add at the end of the run the instructions to core.setOuput ...
Additional Context