Skip to content

Commit

Permalink
Mirror: 19.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
1 parent 92b337d commit 6227f74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
- id: commitlint
name: commitlint
description: ''
description: 'runs commitlint on the message of the commit being made'
entry: commitlint --edit
language: node
'types': [text]
args: []
require_serial: false
additional_dependencies: ["[email protected].0"]
additional_dependencies: ["[email protected].1"]
minimum_pre_commit_version: '0'
- id: commitlint-all
name: commitlint-all
description: ''
description: 'runs commitlint in CI on all commit messages'
entry: commitlint --from --
language: node
'types': [text]
args: []
require_serial: false
additional_dependencies: ["[email protected].0"]
additional_dependencies: ["[email protected].1"]
minimum_pre_commit_version: '0'
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.2.0
19.2.1

0 comments on commit 6227f74

Please sign in to comment.