Skip to content

Merge pull request #798 from cqiang1993/v0.0.1_button_hover #2622

Merge pull request #798 from cqiang1993/v0.0.1_button_hover

Merge pull request #798 from cqiang1993/v0.0.1_button_hover #2622

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.18.0
uses: actions/setup-node@v3
with:
node-version: 16.18.0
- run: npm ci # 下载包
- run: npm run prettier # 格式化
- run: npm run lint # eslint检查