Skip to content

Update eslint monorepo to v10 (major) #792

Update eslint monorepo to v10 (major)

Update eslint monorepo to v10 (major) #792

Workflow file for this run

# SPDX-FileCopyrightText: © 2023 Logan Magee
#
# SPDX-License-Identifier: AGPL-3.0-only
permissions: {}
name: CI
on: [push, pull_request]
jobs:
build:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
check-latest: true
cache: npm
- run: npm install -g @angular/cli && npm ci && ng build
- run: ng lint