Skip to content

fix(lint): add missing return type #2

fix(lint): add missing return type

fix(lint): add missing return type #2

Workflow file for this run

name: deno-ci
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: canary
- name: Format
run: deno fmt --check
- name: Lint
run: deno lint