Skip to content

Add legacy custom redirects (#657) #2840

Add legacy custom redirects (#657)

Add legacy custom redirects (#657) #2840

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'