Skip to content

[web] remove max warning threshold #4

[web] remove max warning threshold

[web] remove max warning threshold #4

Workflow file for this run

name: Web CI
on:
push:
branches: ["main"]
paths:
- "web/**"
pull_request:
jobs:
api:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run unit tests
run: yarn test