Skip to content

Bump @eslint/plugin-kit from 0.2.0 to 0.2.4 #10

Bump @eslint/plugin-kit from 0.2.0 to 0.2.4

Bump @eslint/plugin-kit from 0.2.0 to 0.2.4 #10

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