Leafwing-Studios / cargo-cache

Cache your Cargo build files
Apache License 2.0
13 stars 2 forks source link

Add documentation to README #4

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

Closes #2.

This PR adds an example workflow usage, documentation about inputs and outputs of the action and a bit of explanation about how the action works.

I also fixed an outdated output return value and changed it to pass through the cache-hit value.