8000 cache doctor rst · symfony/symfony-docs@fa2059e · GitHub
[go: up one dir, main page]

Skip to content

Commit fa2059e

Browse files
author
smoench
committed
cache doctor rst
1 parent 853d05f commit fa2059e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
- name: "Checkout"
5353
uses: actions/checkout@v2
5454

55+
- name: "Cache DOCtor-RST"
56+
uses: actions/cache@v1
57+
with:
58+
path: .doctor-rst.cache
59+
key: ${{ runner.os }}-doctor-rst
60+
5561
- name: "Run DOCtor-RST"
5662
uses: docker://oskarstark/doctor-rst
5763
with:

0 commit comments

Comments
 (0)
0