Skip to content

chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0 #838

chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0

chore(deps-dev): bump @commitlint/cli from 17.7.2 to 17.8.0 #838

Workflow file for this run

name: build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "^18.4.0"
cache: "npm"
- name: Install dependencies
run: npm ci
- run: npm run lint
- run: npm run prettier -- --check
- run: npm run test
- run: npm run build