Skip to content

chore: bump @std/assert to v1.0.8 #181

chore: bump @std/assert to v1.0.8

chore: bump @std/assert to v1.0.8 #181

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "main"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v2.x
- run: deno fmt --check
- run: deno lint
- run: deno check main.ts
- run: deno run test