Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

initial commit

initial commit #1

Workflow file for this run

name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.42.0
- run: deno fmt --check .