Skip to content

chore(deps-dev): bump vite from 4.1.3 to 4.1.5 #330

chore(deps-dev): bump vite from 4.1.3 to 4.1.5

chore(deps-dev): bump vite from 4.1.3 to 4.1.5 #330

name: Check Linting/Formatting
on: pull_request
jobs:
lint-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run format:check
- run: npm run lint:check