Skip to content

refactor: 添加块合并下载,流式报告 #13

refactor: 添加块合并下载,流式报告

refactor: 添加块合并下载,流式报告 #13

Workflow file for this run

name: test
on:
push:
branches:
- main
paths-ignore:
- docs/**
- README.md
- LICENSE
pull_request:
paths-ignore:
- docs/**
- README.md
- LICENSE
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Test
run: deno test --allow-write --allow-net --allow-read