Skip to content

fix import OnInit from core instead of common #1

fix import OnInit from core instead of common

fix import OnInit from core instead of common #1

Workflow file for this run

name: Tests
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: ng lint