Skip to content

feat: 组合快捷键 #123

feat: 组合快捷键

feat: 组合快捷键 #123

Workflow file for this run

name: ESLint and Unit Testing
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: '20'
- run: npm i -g pnpm@9
- run: pnpm install
- run: pnpm run eslint:check
- run: pnpm run test