Skip to content

Bump mocha from 10.4.0 to 10.5.2 (#5) #43

Bump mocha from 10.4.0 to 10.5.2 (#5)

Bump mocha from 10.4.0 to 10.5.2 (#5) #43

name: Commit Message Lint
on:
push:
branches:
- the-one
pull_request:
branches:
- the-one
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
cache-dependency-path: |
package-lock.json
- run: npm ci
- run: npm run commitlint-ci