Skip to content

fix: add @j1mbo64 to CODEOWNERS #9

fix: add @j1mbo64 to CODEOWNERS

fix: add @j1mbo64 to CODEOWNERS #9

Workflow file for this run

name: commitlint
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
commitlint:
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