Skip to content

chore(deps): bump @types/react from 18.2.21 to 18.2.30 in /frontend #56

chore(deps): bump @types/react from 18.2.21 to 18.2.30 in /frontend

chore(deps): bump @types/react from 18.2.21 to 18.2.30 in /frontend #56

name: Build and Lint frontend
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
working-directory: frontend
- run: yarn build
working-directory: frontend