Skip to content

TECH-1635 Revert all changes #83

TECH-1635 Revert all changes

TECH-1635 Revert all changes #83

Workflow file for this run

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