Skip to content

Bump vite from 3.1.0-beta.1 to 3.2.11 #187

Bump vite from 3.1.0-beta.1 to 3.2.11

Bump vite from 3.1.0-beta.1 to 3.2.11 #187

Workflow file for this run

name: Check eslint format.
on: push
jobs:
run_eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Run eslint
run: |
yarn eslint --ext '.js,.ts' --ignore-path .gitignore .