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.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml
deleted file mode 100644
index e1df4cae..00000000
--- a/.github/workflows/commit_lint.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-on: [pull_request]
-jobs:
- lint-commits:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
- - 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