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

chore(www): update workspace docs #1205

chore(www): update workspace docs

chore(www): update workspace docs #1205

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.kind }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Setup Deno
uses: denoland/setup-deno@v1
- name: Format
run: deno fmt --check
- name: Lint
run: deno lint
# - name: Tests
# run: deno test --allow-env --allow-net --allow-read --allow-run