Skip to content

chore: initial

chore: initial #1

Workflow file for this run

name: test
on:
push:
branches:
# 任何分支
- '*'
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Test
run: deno task test