Skip to content

Bump vite from 4.5.0 to 5.0.5 #571

Bump vite from 4.5.0 to 5.0.5

Bump vite from 4.5.0 to 5.0.5 #571

Workflow file for this run

name: Lint TS code
on:
pull_request:
branches: [ master ]
jobs:
lint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install NPM deps
run: npm ci
- name: Lint TS Code according to gts
run: npm run lint