Skip to content

chore: fix deno check workflow #2

chore: fix deno check workflow

chore: fix deno check workflow #2

Workflow file for this run

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