Skip to content

docs: try to fix banner #44

docs: try to fix banner

docs: try to fix banner #44

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: 🧪 Test project
run: deno test --unstable