Skip to content

Bump fastapi from 0.79.1 to 0.115.12 #51

Bump fastapi from 0.79.1 to 0.115.12

Bump fastapi from 0.79.1 to 0.115.12 #51

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