Skip to content

Bump setuptools from 65.6.3 to 80.9.0 #73

Bump setuptools from 65.6.3 to 80.9.0

Bump setuptools from 65.6.3 to 80.9.0 #73

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