File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 35
35
- name : Checkout repository
36
36
uses : actions/checkout@v2
37
37
38
- - name : Get week number for use in cache key
39
- id : get-date
40
- run : |
41
- echo "::set-output name=week-number::$(date --utc '+%V')"
42
-
43
- - name : Load dependencies cache
44
- uses : actions/cache@v2
45
- with :
46
- path : ~/.npm
47
- key : ${{ runner.os }}-node-markdown-toc-${{ steps.get-date.outputs.week-number }}
48
- restore-keys : |
49
- ${{ runner.os }}-node-markdown-toc-
50
-
51
38
- name : Install markdown-toc
52
39
run : sudo npm install --global markdown-toc
53
40
Original file line number Diff line number Diff line change 33
33
location : ${{ runner.temp }}/github-workflow-schema
34
34
file-name : github-workflow.json
35
35
36
- - name : Get week number for use in cache key
37
- id : get-date
38
- run : |
39
- echo "::set-output name=week-number::$(date --utc '+%V')"
40
-
41
- - name : Load dependencies cache
42
- uses : actions/cache@v2
43
- with :
44
- path : ~/.npm
45
- key : ${{ runner.os }}-node-ajv-cli-${{ steps.get-date.outputs.week-number }}
46
- restore-keys : |
47
- ${{ runner.os }}-node-ajv-cli-
48
-
49
36
- name : Install JSON schema validator
50
37
run : sudo npm install --global ajv-cli
51
38
You can’t perform that action at this time.
0 commit comments