Skip to content

Bump vite from 4.5.2 to 4.5.3 (#694) #1982

Bump vite from 4.5.2 to 4.5.3 (#694)

Bump vite from 4.5.2 to 4.5.3 (#694) #1982

name: Prettier-Standard
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
prettier:
name: Prettier-Standard Check Action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Run yarn install
run: yarn install --frozen-lockfile
- name: Run prettier-standard check
run: yarn lint