Add notes on caching to Readme

This commit is contained in:
Josh Gross
2020-01-07 15:03:45 -05:00
committed by GitHub
parent af7e0f8d35
commit 3656ce6e59

View File

@@ -83,6 +83,10 @@ jobs:
bundle exec rails test
```
# Caching Dependencies
See [actions/cache](https://github.com/actions/cache) and the [Ruby Gem cache example](https://github.com/actions/cache/blob/master/examples.md#ruby---gem).
# License
The scripts and documentation in this project are released under the [MIT License](LICENSE)