Skip to content

fix(deps): update dependency vuetify to v3.4.0 #645

fix(deps): update dependency vuetify to v3.4.0

fix(deps): update dependency vuetify to v3.4.0 #645

name: CI Formatting
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: "19.x"
- name: Install
working-directory: ./client
run: npm ci
- name: Prettier Formatting
working-directory: ./client
run: npm run format-check