Skip to content

Merge branch 'dependabot/npm_and_yarn/frontend/ws-8.17.1' of https://… #2844

Merge branch 'dependabot/npm_and_yarn/frontend/ws-8.17.1' of https://…

Merge branch 'dependabot/npm_and_yarn/frontend/ws-8.17.1' of https://… #2844

Workflow file for this run

name: Lint frontend
on:
push:
paths:
- 'frontend/**'
defaults:
run:
working-directory: frontend
jobs:
lint_frontend:
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 tsc'
- run: 'yarn lint --max-warnings 0'