Skip to content

✅ fix(core/test): wait for gateway to be closed cuz deno doesnt reall… #1238

✅ fix(core/test): wait for gateway to be closed cuz deno doesnt reall…

✅ fix(core/test): wait for gateway to be closed cuz deno doesnt reall… #1238

Workflow file for this run

name: Lint
on:
push:
branches: [v3]
pull_request:
branches: [v3]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Deno
uses: denoland/setup-deno@main
with:
deno-version: v1.x
- name: Lint
run: deno lint -c deno.json