Skip to content

chore(deps-dev): bump @commitlint/cli from 18.4.4 to 18.5.0 #922

chore(deps-dev): bump @commitlint/cli from 18.4.4 to 18.5.0

chore(deps-dev): bump @commitlint/cli from 18.4.4 to 18.5.0 #922

Workflow file for this run

name: Editorconfig
on:
workflow_run:
workflows:
- Commit Lint
types:
- completed
pull_request:
branches:
- main
push:
branches:
- main
jobs:
editorconfig:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
cache-dependency-path: package-lock.json
cache: npm
node-version-file: .nvmrc
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint:editorconfig