File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 20
20
- name : Setup build cache
21
21
uses : actions/cache@v2
22
22
with :
23
- path : ~/.npm
23
+ path : ' **/node_modules '
24
24
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25
25
restore-keys : ${{ runner.os }}-node-
26
26
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ Also has the ability to post a comment in the pull request conversation with exa
6
6
7
7
![ image] ( https://user-images.githubusercontent.com/12074633/108867820-91325700-75c3-11eb-8820-4b55abe01c35.png )
8
8
9
+ Live examples:
10
+
11
+ - [ With pull request comment] ( https://github.com/jef/conventional-commits-pr-action/pull/5 )
12
+ - [ Without pull request comment] ( https://github.com/jef/conventional-commits-pr-action/pull/4 )
13
+
9
14
## Usage
10
15
11
16
``` yaml
You can’t perform that action at this time.
0 commit comments