Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

docs: explain why archived #8

docs: explain why archived

docs: explain why archived #8

Workflow file for this run

name: CI
on:
push:
jobs:
check-formatting:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Deno
uses: denolib/setup-deno@v2
with:
deno-version: v1.x
- name: Check formatting
run: deno fmt --check