File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 89
89
npm --version
90
90
- name : Install commitlint
91
91
run : |
92
- npm install conventional-changelog-conventionalcommits
93
- npm install commitlint@latest
92
+ npm install conventional-changelog-conventionalcommits commitlint@latest
94
93
- name : Install yarn
95
94
run : |
96
95
npm install --global yarn
@@ -122,8 +121,7 @@ jobs:
122
121
sudo apt install --yes --no-install-recommends npm curl
123
122
- name : Install commitlint
124
123
run : |
125
- npm install conventional-changelog-conventionalcommits
126
- npm install commitlint@latest
124
+ npm install conventional-changelog-conventionalcommits commitlint@latest
127
125
- name : Install yarn
128
126
run : |
129
127
npm install --global yarn
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ set -euxo pipefail
4
4
# cd to directory of this script
5
5
cd " $( dirname " $0 " ) "
6
6
npm install
7
- npm install conventional-changelog-conventionalcommits
8
- npm install commitlint@latest
7
+ npm install conventional-changelog-conventionalcommits commitlint@latest
9
8
npx commitlint --version
10
9
npx commitlint $@
11
10
cd ..
You can’t perform that action at this time.
0 commit comments