rust-lang / project-error-handling

Error handling project group
Apache License 2.0
268 stars 18 forks source link

GH Action & error-handling.gv #48

Closed nagashi closed 3 years ago

nagashi commented 3 years ago

The GH Action will conditionally execute on a push or pull_request if error-handling.gv has been modified. If it has, a SVG file will be created and uploaded as an artifact. Additionally, the title in the error-handling.gv file has been recoded so that the title appears at the top of the form, when viewed, and will now be bolded.

nagashi commented 3 years ago

Since we're generating the svg in the action and saving it we shouldn't also commit the original version of the svg. Can you remove that file from git and then change the action to generate a file named error-handling.svg instead of new-error-handling.svg?

This request is now completed.