Skip to content

Merge pull request #942 from PengBoUESTC/chore/add-vite-plugin-envtyp… #2389

Merge pull request #942 from PengBoUESTC/chore/add-vite-plugin-envtyp…

Merge pull request #942 from PengBoUESTC/chore/add-vite-plugin-envtyp… #2389

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install
- run: npm run lint