Skip to content

build(deps-dev): Bump vite-plugin-pwa from 0.19.8 to 0.21.0 #1389

build(deps-dev): Bump vite-plugin-pwa from 0.19.8 to 0.21.0

build(deps-dev): Bump vite-plugin-pwa from 0.19.8 to 0.21.0 #1389

Workflow file for this run

name: Lint
on:
push:
pull_request:
types: [opened, reopened, synchronize]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 # Setup bun
with:
bun-version: latest
- run: bun install
- name: Check TypeScript
run: bunx tsc
- name: Run ESLint
run: bun lint