Skip to content

fix(deps): update mui (non-major) to v5.16.9 (patch) #1092

fix(deps): update mui (non-major) to v5.16.9 (patch)

fix(deps): update mui (non-major) to v5.16.9 (patch) #1092

Workflow file for this run

name: Build and Check
on:
push:
branches:
- main
merge_group:
pull_request:
jobs:
build:
concurrency: build-${{ github.head_ref || github.ref }}
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Yarn Install and Cache
uses: graasp/graasp-deploy/.github/actions/yarn-install-and-cache@v1
- name: Lint
run: yarn check
- name: Build
run: yarn build