Skip to content

[Feat] add commitlint configuration and linting workflow #1

[Feat] add commitlint configuration and linting workflow

[Feat] add commitlint configuration and linting workflow #1

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup nodejs
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install commit message convention lib
run: npm i commitlint-config-wizardoc -D
- name: Check lint name convention
run: npx commitlint