Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Update dependency vitest to v0.32.1 #307

Update dependency vitest to v0.32.1

Update dependency vitest to v0.32.1 #307

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: install dependencies
run: yarn
- name: ESLint
run: yarn lint