Skip to content

chore(deps-dev): bump @commitlint/config-angular from 19.1.0 to 19.2.2 #605

chore(deps-dev): bump @commitlint/config-angular from 19.1.0 to 19.2.2

chore(deps-dev): bump @commitlint/config-angular from 19.1.0 to 19.2.2 #605

name: Continuous Integration
on:
push:
branches: [ master ]
paths-ignore: ['.github/**']
pull_request:
paths-ignore: ['.github/**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run ESlint
run: yarn lint
- name: Run Build
run: yarn build