Skip to content

fix ci

fix ci #6

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.41.2
- run: cd client && deno fmt --check
- run: cd client && deno lint
- run: cd client && deno check src/**/*.ts