Skip to content

feat(schematics): added controller schematics with tests #151

feat(schematics): added controller schematics with tests

feat(schematics): added controller schematics with tests #151

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