Skip to content

ci: add commitlint & code check workflows #1

ci: add commitlint & code check workflows

ci: add commitlint & code check workflows #1

Workflow file for this run

name: Commitlint
on:
push:
pull_request:
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
sparse-checkout: |
commitlint.config.js
- name: Run commitlint
uses: dafnik/commitlint@v1