Skip to content

fix(deps): bump the angular group across 2 directories with 8 updates #840

fix(deps): bump the angular group across 2 directories with 8 updates

fix(deps): bump the angular group across 2 directories with 8 updates #840

Workflow file for this run

# This workflow will run linter on push
name: Linter
on:
push:
branches-ignore:
- main
workflow_call:
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
- run: npm ci
- run: npm run lint