Skip to content

Commit 76e871a

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@ 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:
58-
args: --short
64+
args: --short --cache-file=/github/workspace/.doctor-rst.cache

0 commit comments

Comments
 (0)