Skip to content

Use Vite for development/building #76

Use Vite for development/building

Use Vite for development/building #76

Workflow file for this run

name: CI
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install eslint
- run: npm run eslint