Skip to content

test: remove disable_komodo call which is not available (#130) #430

test: remove disable_komodo call which is not available (#130)

test: remove disable_komodo call which is not available (#130) #430

Workflow file for this run

name: commit lint
on:
workflow_dispatch:
workflow_call:
push:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: install commitlint
run: npm install @commitlint/{cli,config-conventional}
- name: run commitlint
run: npx commitlint --from=$(git merge-base origin/main HEAD) --to=HEAD