Skip to content

Bump braces from 3.0.2 to 3.0.3 in /frontend #2841

Bump braces from 3.0.2 to 3.0.3 in /frontend

Bump braces from 3.0.2 to 3.0.3 in /frontend #2841

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'