Skip to content

Commit a17c86e

Browse files
authored
Update lint.yaml
1 parent bf1cfe4 commit a17c86e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ jobs:
6868
run: |
6969
npm install -D @commitlint/cli @commitlint/config-conventional
7070
echo "module.exports = { extends: ['@commitlint/config-conventional'], };" > commitlint.config.js
71-
- name: Print versions
72-
run: |
73-
git --version
74-
node --version
75-
npm --version
7671
npx commitlint --version
7772
- name: Validate PR commits with commitlint
7873
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)