Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 17.8.0 #839

chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 17.8.0

chore(deps-dev): bump @commitlint/config-conventional from 17.7.0 to 17.8.0 #839

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