Skip to content

LP1740529 follow-up: release note and minor ng lint complaints #756

LP1740529 follow-up: release note and minor ng lint complaints

LP1740529 follow-up: release note and minor ng lint complaints #756

Workflow file for this run

name: Run ng lint
on:
push:
paths:
- 'Open-ILS/src/eg2/**'
pull_request:
paths:
- 'Open-ILS/src/eg2/**'
defaults:
run:
working-directory: Open-ILS/src/eg2
jobs:
lint:
name: Run Angular linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: Open-ILS/src/eg2/package-lock.json
- name: Install dependencies
run: npm ci --ignore-scripts
- name: lint
run: npx ng lint