Skip to content

Bump pyyaml from 6.0 to 6.0.3 #88

Bump pyyaml from 6.0 to 6.0.3

Bump pyyaml from 6.0 to 6.0.3 #88

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