Skip to content

chore(deps): bump @commitlint/travis-cli from 19.2.1 to 19.2.2 (#651) #1578

chore(deps): bump @commitlint/travis-cli from 19.2.1 to 19.2.2 (#651)

chore(deps): bump @commitlint/travis-cli from 19.2.1 to 19.2.2 (#651) #1578

Workflow file for this run

name: ci
on:
push:
pull_request:
types: [opened, reopened]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npx lockfile-lint --type npm --path package-lock.json --validate-https --allowed-hosts npm
- run: npm run lint