Skip to content

Bump @commitlint/cli from 19.3.0 to 19.4.0 #13

Bump @commitlint/cli from 19.3.0 to 19.4.0

Bump @commitlint/cli from 19.3.0 to 19.4.0 #13

Workflow file for this run

name: FTA
on:
push:
branches:
- the-one
paths:
- '**.ts'
- '**.js'
- '**.cjs'
- '**.json'
- '.github/workflows/fta.yml'
pull_request:
branches:
- the-one
paths:
- '**.ts'
- '**.js'
- '**.cjs'
- '**.json'
- '.github/workflows/fta.yml'
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 fta