Skip to content

fix(di): use factory arguments of type any added #150

fix(di): use factory arguments of type any added

fix(di): use factory arguments of type any added #150

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci-skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npx @rxdi/bolt install
- run: npm run lint --if-present
- run: npm test