Skip to content

build(deps): bump vite and @angular-devkit/build-angular #4921

build(deps): bump vite and @angular-devkit/build-angular

build(deps): bump vite and @angular-devkit/build-angular #4921

Workflow file for this run

name: TypeScript Lint Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: TypeScript Lint GitHub Action
uses: actions/setup-node@v1
with:
node-version: 22.2.0
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint