mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
ci(lintcommit.lua): replace third-party commitlint #15747
This commit is contained in:
12
.github/workflows/commitlint.yml
vendored
12
.github/workflows/commitlint.yml
vendored
@@ -9,10 +9,8 @@ jobs:
|
||||
- uses: actions/checkout@v2.3.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: npm install --save-dev @commitlint/cli
|
||||
- run: |
|
||||
if [[ "$(gh pr view ${{ github.event.pull_request.number }} --json commits --jq '.[][0].messageHeadline')" == vim-patch* ]];then
|
||||
npx commitlint --from HEAD~1 --to HEAD --verbose --help-url https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md#commit-messages --config .github/workflows/commitlint.config_patch.js
|
||||
else
|
||||
npx commitlint --from HEAD~1 --to HEAD --verbose --help-url https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md#commit-messages --config .github/workflows/commitlint.config.js
|
||||
fi
|
||||
- uses: rhysd/action-setup-vim@v1
|
||||
with:
|
||||
neovim: true
|
||||
- run: gh pr checkout ${{ github.event.pull_request.number }}
|
||||
- run: nvim --clean -es +"lua require('scripts.lintcommit').main({trace=true})"
|
||||
|
||||
Reference in New Issue
Block a user