Skip to content

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

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

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

Workflow file for this run

name: Pull Request Linting
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: npm clean-install
- name: Run linters
run: npm run lint