Skip to content

Delay search url updating to not add lots of half written queries #1908

Delay search url updating to not add lots of half written queries

Delay search url updating to not add lots of half written queries #1908

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