Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #8

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #8

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