Skip to content

feat(websocket): Enable to run functions in /websocket on the server side and make the /websocket submodule #619

feat(websocket): Enable to run functions in /websocket on the server side and make the /websocket submodule

feat(websocket): Enable to run functions in /websocket on the server side and make the /websocket submodule #619

Workflow file for this run

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