Skip to content

feat: add web socket upgrade method to context #17

feat: add web socket upgrade method to context

feat: add web socket upgrade method to context #17

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
oak:
runs-on: ubuntu-latest
steps:
- name: clone repository
uses: actions/checkout@v3
- name: install deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.X
- name: check format
run: deno fmt --check
- name: check linting
run: deno lint
- name: run tests
run: deno task test