Skip to content

Update angular-eslint monorepo to v18.4.3 #5

Update angular-eslint monorepo to v18.4.3

Update angular-eslint monorepo to v18.4.3 #5

Workflow file for this run

# Copyright 2023 Logan Magee
#
# SPDX-License-Identifier: AGPL-3.0-only
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g @angular/cli && npm ci && ng build
- run: ng lint