Skip to content

npm(deps-dev): bump vite from 5.4.11 to 6.0.2 #77

npm(deps-dev): bump vite from 5.4.11 to 6.0.2

npm(deps-dev): bump vite from 5.4.11 to 6.0.2 #77

Workflow file for this run

name: Check & fix styling
on:
push:
jobs:
format-code:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: ${{ github.head_ref }}
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Format code
run: bun run fix
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix styling