Skip to content

Bump pydantic from 1.10.2 to 2.11.10 #77

Bump pydantic from 1.10.2 to 2.11.10

Bump pydantic from 1.10.2 to 2.11.10 #77

Workflow file for this run

name: "Frontend"
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
- name: Check formatting
run: yarn format:check
- name: Build frontend
run: yarn build