Skip to content

Bump get-func-name from 2.0.0 to 2.0.2 in /frontend #2672

Bump get-func-name from 2.0.0 to 2.0.2 in /frontend

Bump get-func-name from 2.0.0 to 2.0.2 in /frontend #2672

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@v3
with:
node-version: '16'
- uses: actions/checkout@v3
- run: 'yarn install'
- run: 'yarn tsc'
- run: 'yarn lint --max-warnings 0'