Skip to content

chore(deps): update commitlint monorepo to v19 #232

chore(deps): update commitlint monorepo to v19

chore(deps): update commitlint monorepo to v19 #232

Workflow file for this run

name: Build verification on push to main branch
on:
push:
branches: [ main ]
jobs:
build-tasks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Npm Install
run: |
npm ci
- name: eslint using npm run eslint
run: |
npm run lint
- name: building build
run: |
npm run build
- name: Unit tests with coverage
run: |
npm run cover:unit
- name: Running Integration tests
run: |
npm run test:integ