We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b4b40 commit bd5d0e3Copy full SHA for bd5d0e3
.github/workflows/style/action.yml
@@ -24,18 +24,18 @@ runs:
24
restore-keys: |
25
${{ runner.os }}-2-
26
27
- - name: Show cache
+ - name: Imprint run ID
28
if: ${{ steps.check.outputs.scope }}
29
run: |
30
- ls -l ~/.cache/R/R.cache
31
- ls -l ~/.cache/R/R.cache/styler
32
- gdu -s --inodes ~/.cache/R/R.cache/styler/* || du -s --inodes ~/.cache/R/R.cache/styler/*
+ mkdir -p ~/.cache/R/R.cache/styler
+ touch ~/.cache/R/R.cache/${{ github.run_id }}
33
shell: bash
34
35
- - name: Imprint run ID
+ - name: Show cache
36
37
38
- touch ~/.cache/R/R.cache/${{ github.run_id }}
+ ls -l ~/.cache/R/R.cache
+ ls -l ~/.cache/R/R.cache/styler
39
40
41
- name: Enable styler cache
0 commit comments