Skip to content

LP1962757 Stamp upgrade script #760

LP1962757 Stamp upgrade script

LP1962757 Stamp upgrade script #760

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