Skip to content

chore(deps-dev): bump vite from 5.3.1 to 5.3.6 in /apps/admin-ui in the npm_and_yarn group across 1 directory #60

chore(deps-dev): bump vite from 5.3.1 to 5.3.6 in /apps/admin-ui in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 5.3.1 to 5.3.6 in /apps/admin-ui in the npm_and_yarn group across 1 directory #60

Workflow file for this run

name: Formatting
on:
pull_request:
branches:
- develop
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_options: '--write **/*.{js,ts,tsx,json,md,css}'
github_token: ${{ secrets.GITHUB_TOKEN }}