Skip to content

chore(deps-dev): bump @angular-devkit/build-angular from 18.2.3 to 18.2.8 #997

chore(deps-dev): bump @angular-devkit/build-angular from 18.2.3 to 18.2.8

chore(deps-dev): bump @angular-devkit/build-angular from 18.2.3 to 18.2.8 #997

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
prettier:
name: Prettier Check Codebase
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: '20'
- run: npm ci
- run: npm run prettier:check
lint:
name: Lint Codebase
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: '20'
- run: npm ci
- run: npm run lint