rojopolis / spellcheck-github-actions

Spell check action
MIT License
132 stars 38 forks source link

New artifact emitting feature #96

Closed jonasbn closed 2 years ago

jonasbn commented 2 years ago

The action can now emit an optional artifact, which is a text file containing the output from pyspelling. This can be enabled and specified via the new workflow parameter: output_file

This closes #68