Skip to content

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.1.7 #3960

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.1.7

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.1.7 #3960

Workflow file for this run

name: Linting
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run ESLint
run: npx eslint . --ext .ts