Skip to content

fix: type为'array-buffer'时报错 (#676) #193

fix: type为'array-buffer'时报错 (#676)

fix: type为'array-buffer'时报错 (#676) #193

Workflow file for this run

name: Dev check
on: [pull_request,push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 20
- run: |
npm install
npm run lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: 20
- run: |
npm install
npm run test