Skip to content

fix(deps): Update commitlint monorepo to v20 (major) #2413

fix(deps): Update commitlint monorepo to v20 (major)

fix(deps): Update commitlint monorepo to v20 (major) #2413

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: "lts/*"
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Run Linter
run: npm run lint
- name: Check Format
run: npm run format:ci
- name: Run Build
run: npm run build