Skip to content

Merge commit '5342816527c1fba2905f1aa052a9e83b3ef209f7' into refactor… #552

Merge commit '5342816527c1fba2905f1aa052a9e83b3ef209f7' into refactor…

Merge commit '5342816527c1fba2905f1aa052a9e83b3ef209f7' into refactor… #552

Workflow file for this run

name: ci
env:
DENO_VERSION: 1.x
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
- name: Check fmt & lint & type check & test
run: deno task check:dry