Merge pull request #835 from shivamarora1/clojure-lein-example

feat: 🎸 add example for clojure lein project deps
This commit is contained in:
Sankalp Kotewar
2022-08-01 13:27:13 +05:30
committed by GitHub
2 changed files with 15 additions and 0 deletions

View File

@ -81,6 +81,7 @@ Every programming language and framework has its own way of caching.
See [Examples](examples.md) for a list of `actions/cache` implementations for use with:
- [C# - NuGet](./examples.md#c---nuget)
- [Clojure - Lein Deps](./examples.md#clojure---lein-deps)
- [D - DUB](./examples.md#d---dub)
- [Deno](./examples.md#deno)
- [Elixir - Mix](./examples.md#elixir---mix)