Skip to content

[Snyk] Security upgrade vite from 4.4.2 to 4.5.3 #13

[Snyk] Security upgrade vite from 4.4.2 to 4.5.3

[Snyk] Security upgrade vite from 4.4.2 to 4.5.3 #13

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Lint
run: npm run check