ci(commitlint)!: remove get versions step so commitlint will be installed
This commit is contained in:
parent
a03f1f7ef1
commit
fbc3712831
1 changed files with 0 additions and 6 deletions
|
@ -8,12 +8,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Print versions
|
||||
run: |
|
||||
git --version
|
||||
node --version
|
||||
npm --version
|
||||
npx commitlint --version
|
||||
- name: Install commitlint
|
||||
run: |
|
||||
npm install conventional-changelog-conventionalcommits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue