Skip to content

TECH-654 - added workspace argument to deleteNode #86

TECH-654 - added workspace argument to deleteNode

TECH-654 - added workspace argument to deleteNode #86

name: On Code Change (PR)
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint-build:
name: Lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn lint
- run: yarn run build