ci(commitlint)!: remove get versions step so commitlint will be installed
Some checks failed
Format code / Format the kernel (push) Failing after 1h20m22s
Commitlint / commitlint (push) Failing after 1m48s

This commit is contained in:
Arthur Beck 2025-05-01 12:54:23 +00:00
parent a03f1f7ef1
commit fbc3712831

View file

@ -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