Skip to content

Bump vite from 4.4.3 to 4.4.12 in /client #332

Bump vite from 4.4.3 to 4.4.12 in /client

Bump vite from 4.4.3 to 4.4.12 in /client #332

Workflow file for this run

name: Prettier
# This action works with pull requests and pushes
on: [push]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{css,js,ts,tsx,html,md} --print-width 120