Skip to content

chore(deps-dev): bump vite from 5.2.10 to 5.4.6 in /webview-ui #29

chore(deps-dev): bump vite from 5.2.10 to 5.4.6 in /webview-ui

chore(deps-dev): bump vite from 5.2.10 to 5.4.6 in /webview-ui #29

Workflow file for this run

name: ESLint
on:
pull_request:
jobs:
eslint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run ESLint
run: npm run lint