Skip to content

Commit a190faa

Browse files
committed
Adding test
1 parent 863fb04 commit a190faa

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/cache.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Caching README
2+
3+
on: push
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
12+
- name: Cache README
13+
id: cache-reaadme
14+
uses: actions/cache@v4
15+
with:
16+
path: README.md
17+
key: readme

0 commit comments

Comments
 (0)