Skip to content

Commit 58bdd44

Browse files
committed
[nop] Update project template
1 parent 122d575 commit 58bdd44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/graal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/cache@v4
2727
with:
2828
path: ~/.m2/repository
29-
key: deps-${{ hashFiles('deps.edn') }}
29+
key: deps-${{ hashFiles('project.clj') }}
3030
restore-keys: deps-
3131

3232
- name: Run Graal tests

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is used at scale by [Carmine](https://www.taoensso.com/carmine), [Faraday](ht
1515

1616
- `2025-05-18` `v3.6.0`: [release info](../../releases/tag/v3.6.0)
1717

18-
[![Main tests][Main tests SVG]][Main tests URL]
18+
[![Clj tests][Clj tests SVG]][Clj tests URL]
1919
[![Graal tests][Graal tests SVG]][Graal tests URL]
2020

2121
See [here][GitHub releases] for earlier releases.
@@ -122,7 +122,7 @@ Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
122122
[Clojars SVG]: https://img.shields.io/clojars/v/com.taoensso/nippy.svg
123123
[Clojars URL]: https://clojars.org/com.taoensso/nippy
124124

125-
[Main tests SVG]: https://github.com/taoensso/nippy/actions/workflows/main-tests.yml/badge.svg
126-
[Main tests URL]: https://github.com/taoensso/nippy/actions/workflows/main-tests.yml
125+
[Clj tests SVG]: https://github.com/taoensso/nippy/actions/workflows/clj-tests.yml/badge.svg
126+
[Clj tests URL]: https://github.com/taoensso/nippy/actions/workflows/clj-tests.yml
127127
[Graal tests SVG]: https://github.com/taoensso/nippy/actions/workflows/graal-tests.yml/badge.svg
128128
[Graal tests URL]: https://github.com/taoensso/nippy/actions/workflows/graal-tests.yml

0 commit comments

Comments
 (0)