Skip to content

chore(deps): bump eslint-plugin-sonarjs from 3.0.7 to 4.0.0 #6102

chore(deps): bump eslint-plugin-sonarjs from 3.0.7 to 4.0.0

chore(deps): bump eslint-plugin-sonarjs from 3.0.7 to 4.0.0 #6102

Workflow file for this run

name: Commits
on:
pull_request:
env:
node-version: 24.x
jobs:
validate-commit:
name: Lint Messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Use Node v${{ env.node-version }}
uses: actions/setup-node@v6
with:
cache: 'npm'
node-version: ${{ env.node-version }}
- name: Install NPM Dependencies
run: npm ci
- name: Run Commit Lint
uses: wagoid/commitlint-github-action@v6
with:
helpURL: 'https://github.com/exadel-inc/esl/blob/main/docs/COMMIT_CONVENTION.md'
env:
NODE_PATH: ${{ github.workspace }}/node_modules