Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 19.1.0 to 19.2.2 #49

chore(deps-dev): bump @commitlint/config-conventional from 19.1.0 to 19.2.2

chore(deps-dev): bump @commitlint/config-conventional from 19.1.0 to 19.2.2 #49

Workflow file for this run

name: Lint files
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies and lint files
run: |
npm ci
npm run lint