Skip to content

build(deps-dev): bump typescript from 5.5.3 to 5.6.2 #139

build(deps-dev): bump typescript from 5.5.3 to 5.6.2

build(deps-dev): bump typescript from 5.5.3 to 5.6.2 #139

Workflow file for this run

name: Lint commit message
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v3
- name: Setup node 20
uses: actions/setup-node@v3
with:
node-version: "20"
check-latest: true
- name: Install commitlint
run: npm install -g @commitlint/cli @commitlint/config-conventional
- name: Lint commit message
run: echo "${{ github.event.head_commit.message }}" | commitlint --config .github/commitlint.config.js