Skip to content

Commit 3b6a6eb

Browse files
committed
Cache repositories
1 parent 366e4d2 commit 3b6a6eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13+
- uses: actions/cache@v4
14+
with:
15+
path: repositories
1316
- uses: actions/setup-node@v6
1417
- name: configure git
1518
run: |

0 commit comments

Comments
 (0)