Skip to content

chore: observerVaraintAnotations - update tests #1920

chore: observerVaraintAnotations - update tests

chore: observerVaraintAnotations - update tests #1920

Workflow file for this run

name: Lint
on:
- push
- workflow_dispatch
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- name: Run ESLint
run: npx eslint . --quiet