Skip to content

Bump vite from 3.2.7 to 3.2.8 in /example #65

Bump vite from 3.2.7 to 3.2.8 in /example

Bump vite from 3.2.7 to 3.2.8 in /example #65

Workflow file for this run

name: Code Quality
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v3
with:
verbose: true