Skip to content

Bump typescript from 5.5.3 to 5.5.4 #49

Bump typescript from 5.5.3 to 5.5.4

Bump typescript from 5.5.3 to 5.5.4 #49

Workflow file for this run

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