Skip to content

chore: add deno check workflow #1

chore: add deno check workflow

chore: add deno check workflow #1

Workflow file for this run

name: Deno Check
on: [push, ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno fmt --check
- run: deno lint