Skip to content

build(deps-dev): Bump vite-plugin-pwa from 0.16.7 to 0.17.0 #645

build(deps-dev): Bump vite-plugin-pwa from 0.16.7 to 0.17.0

build(deps-dev): Bump vite-plugin-pwa from 0.16.7 to 0.17.0 #645

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
- name: Check TypeScript
run: npx tsc
shell: bash
- name: Run ESLint
run: npm run lint
shell: bash