Skip to content

Bump vite in /app in the npm_and_yarn group across 1 directory #31

Bump vite in /app in the npm_and_yarn group across 1 directory

Bump vite in /app in the npm_and_yarn group across 1 directory #31

Workflow file for this run

name: lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./app
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run ESLint
run: bun run lint