Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 17.6.7 #775

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 17.6.7

chore(deps-dev): bump @commitlint/config-conventional from 17.6.6 to 17.6.7 #775

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
prettier:
name: Prettier Check Codebase
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '18'
- run: npm ci
- run: npm run prettier:check
lint:
name: Lint Codebase
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '16'
- run: npm ci
- run: npm run lint