aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/commit_lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/commit_lint.yml')
-rw-r--r--.github/workflows/commit_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml
index b1329766..b16986e7 100644
--- a/.github/workflows/commit_lint.yml
+++ b/.github/workflows/commit_lint.yml
@@ -9,4 +9,4 @@ jobs:
- run: npm install --save-dev @commitlint/{cli,config-conventional}
- run: |
echo "module.exports = { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js
- - run: npx commitlint -- --from HEAD~1 --to HEAD --verbose
+ - run: npx commitlint --from HEAD~1 --to HEAD --verbose