Skip to content

fix: only replace the motor size #292

fix: only replace the motor size

fix: only replace the motor size #292

Workflow file for this run

name: 'check-eslint-stylelint-action'
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false
- name: Install modules
run: pnpm install
- name: Run ESLint
run: pnpm lint:js