Skip to content

feat: zoom to fit optimize #31

feat: zoom to fit optimize

feat: zoom to fit optimize #31

Workflow file for this run

name: ESLint
on:
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- run: npm i -g pnpm@7
- run: pnpm install
- run: pnpm run eslint:check