Skip to content

fix early exit for registry cloning #1612

fix early exit for registry cloning

fix early exit for registry cloning #1612

Workflow file for this run

name: Lint processor
on:
push:
paths:
- 'processor/**'
defaults:
run:
working-directory: processor
jobs:
lint_processor:
runs-on: ubuntu-20.04
steps:
- name: Setup Node 16
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v3
- run: 'yarn install'
- run: 'yarn lint --max-warnings 0'
- run: 'yarn tsc'
- run: 'yarn prettier --check'