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

Add archiving notice #26

Add archiving notice

Add archiving notice #26

Workflow file for this run

name: Format and lint
on:
push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Check formatting
run: deno fmt --check
- name: Lint
run: deno lint